#FDCFC2

Color #FDCFC2 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FDCFC2

Tints of Coral Candy #FDCFC2

Color information

#FDCFC2 (or 0xFDCFC2) is unknown color: approx Coral Candy. HEX triplet: FD, CF and C2. RGB value is (253,207,194). Sum of RGB (Red+Green+Blue) = 253+207+194=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC2 is #02303D. Grayscale: #DBDBDB. Windows color (decimal): -143422 or 12767229. OLE color: 12767229.

HSL color Cylindrical-coordinate representation of color #FDCFC2: hue angle of 13.22º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDCFC2 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253207194-
CMYK00.180.230.01
HSL13.22º93.65%87.65%-
HSV(B)13.22º23.32%99.22%-
XYZ72.5669.460.61-
YUV219.27113.74152.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 194 (76.17% from 255) = 29.66%
R=38.69%
G=31.65%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320719400.180.230.0113.2293.6587.65
HexFDCFC2012171d5e58
Octal37531730202227115136130
Binary111111011100111111000010010010101111110110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFC2; }

 p { color: rgb(253,207,194); }

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

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

 a { background-color: rgb(253,207,194); }

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

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

 span { border-color: rgb(253,207,194); }

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