#FDA8CC

Color #FDA8CC Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FDA8CC

Tints of Carnation Pink #FDA8CC

Color information

#FDA8CC (or 0xFDA8CC) is unknown color: approx Carnation Pink. HEX triplet: FD, A8 and CC. RGB value is (253,168,204). Sum of RGB (Red+Green+Blue) = 253+168+204=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8CC is #025733. Grayscale: #C5C5C5. Windows color (decimal): -153396 or 13412605. OLE color: 13412605.

HSL color Cylindrical-coordinate representation of color #FDA8CC: hue angle of 334.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8CC is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253168204-
CMYK00.340.190.01
HSL334.59º95.51%82.55%-
HSV(B)334.59º33.6%99.22%-
XYZ65.4153.2563.96-
YUV197.52131.66167.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 168 (66.02% from 255) = 26.88%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=40.48%
G=26.88%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316820400.340.190.01334.5995.5182.55
HexFDA8CC02213114f6053
Octal375250314042231517140123
Binary111111011010100011001100010001010011110100111111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8CC; }

 p { color: rgb(253,168,204); }

 H1.HeaderClassName
 {
   color: #FDA8CC;
 }
 .AnyTagClassName
 {
   color: #FDA8CC;
 }
</style>
background-color css

<style>
 a { background-color: #FDA8CC; }

 a { background-color: rgb(253,168,204); }

 div.DivClassName
 {
   background-color: #FDA8CC;
 }
 .BgClassName
 {
   background-color: #FDA8CC;
 }
</style>
border-color css

<style>
 span { border-color: #FDA8CC; }

 span { border-color: rgb(253,168,204); }

 td.TdClassName
 {
   border-color: #FDA8CC;
 }
 .TagClassName
 {
   border-color: #FDA8CC;
 }
</style>