#FCD0C4

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

Shades of Coral Candy #FCD0C4

Tints of Coral Candy #FCD0C4

Color information

#FCD0C4 (or 0xFCD0C4) is unknown color: approx Coral Candy. HEX triplet: FC, D0 and C4. RGB value is (252,208,196). Sum of RGB (Red+Green+Blue) = 252+208+196=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0C4 is #032F3B. Grayscale: #DBDBDB. Windows color (decimal): -208700 or 12898556. OLE color: 12898556.

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

Color convert

RGB252208196-
CMYK00.170.220.01
HSL12.86º90.32%87.84%-
HSV(B)12.86º22.22%98.82%-
XYZ72.6669.7961.87-
YUV219.79114.58150.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 208 (81.64% from 255) = 31.71%
BLUE value IS 196 (76.95% from 255) = 29.88%
R=38.41%
G=31.71%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220819600.170.220.0112.8690.3287.84
HexFCD0C4011161d5a58
Octal37432030402126115132130
Binary111111001101000011000100010001101101110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0C4; }

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

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

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

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

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

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

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

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