#FDCFC3

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

Shades of Coral Candy #FDCFC3

Tints of Coral Candy #FDCFC3

Color information

#FDCFC3 (or 0xFDCFC3) is unknown color: approx Coral Candy. HEX triplet: FD, CF and C3. RGB value is (253,207,195). Sum of RGB (Red+Green+Blue) = 253+207+195=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 195 (76.56% from 255 or 29.77% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC3 is #02303C. Grayscale: #DBDBDB. Windows color (decimal): -143421 or 12832765. OLE color: 12832765.

HSL color Cylindrical-coordinate representation of color #FDCFC3: hue angle of 12.41º 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 #FDCFC3 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253207195-
CMYK00.180.230.01
HSL12.41º93.55%87.84%-
HSV(B)12.41º22.92%99.22%-
XYZ72.6769.4561.2-
YUV219.39114.24151.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 195 (76.56% from 255) = 29.77%
R=38.63%
G=31.60%
B=29.77%

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
Decimal25320719500.180.230.0112.4193.5587.84
HexFDCFC3012171c5e58
Octal37531730302227114136130
Binary111111011100111111000011010010101111110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFC3; }

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

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

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

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

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

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

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

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