#FDCEC4

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

Shades of Coral Candy #FDCEC4

Tints of Coral Candy #FDCEC4

Color information

#FDCEC4 (or 0xFDCEC4) is unknown color: approx Coral Candy. HEX triplet: FD, CE and C4. RGB value is (253,206,196). Sum of RGB (Red+Green+Blue) = 253+206+196=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC4 is #02313B. Grayscale: #DBDBDB. Windows color (decimal): -143676 or 12898045. OLE color: 12898045.

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

Color convert

RGB253206196-
CMYK00.190.230.01
HSL10.53º93.44%88.04%-
HSV(B)10.53º22.53%99.22%-
XYZ72.5469.0161.72-
YUV218.91115.07152.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 196 (76.95% from 255) = 29.92%
R=38.63%
G=31.45%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320619600.190.230.0110.5393.4488.04
HexFDCEC4013171b5d58
Octal37531630402327113135130
Binary111111011100111011000100010011101111101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEC4; }

 p { color: rgb(253,206,196); }

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

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

 a { background-color: rgb(253,206,196); }

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

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

 span { border-color: rgb(253,206,196); }

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