#FCCEC4

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

Shades of Coral Candy #FCCEC4

Tints of Coral Candy #FCCEC4

Color information

#FCCEC4 (or 0xFCCEC4) is unknown color: approx Coral Candy. HEX triplet: FC, CE and C4. RGB value is (252,206,196). Sum of RGB (Red+Green+Blue) = 252+206+196=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEC4 is #03313B. Grayscale: #DADADA. Windows color (decimal): -209212 or 12898044. OLE color: 12898044.

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

Color convert

RGB252206196-
CMYK00.180.220.01
HSL10.71º90.32%87.84%-
HSV(B)10.71º22.22%98.82%-
XYZ72.1868.8261.7-
YUV218.61115.24151.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=38.53%
G=31.50%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220619600.180.220.0110.7190.3287.84
HexFCCEC4012161b5a58
Octal37431630402226113132130
Binary111111001100111011000100010010101101101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEC4; }

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

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

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

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

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

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

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

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