#F0D4CE

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

Shades of Coral Candy #F0D4CE

Tints of Coral Candy #F0D4CE

Color information

#F0D4CE (or 0xF0D4CE) is unknown color: approx Coral Candy. HEX triplet: F0, D4 and CE. RGB value is (240,212,206). Sum of RGB (Red+Green+Blue) = 240+212+206=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4CE is #0F2B31. Grayscale: #DBDBDB. Windows color (decimal): -994098 or 13554928. OLE color: 13554928.

HSL color Cylindrical-coordinate representation of color #F0D4CE: hue angle of 10.59º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D4CE is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240212206-
CMYK00.120.140.06
HSL10.59º53.12%87.45%-
HSV(B)10.59º14.17%94.12%-
XYZ70.6270.0768.2-
YUV219.69120.28142.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.47%
GREEN value IS 212 (83.20% from 255) = 32.22%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=36.47%
G=32.22%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021220600.120.140.0610.5953.1287.45
HexF0D4CE0CE6b3557
Octal3603243160141661365127
Binary11110000110101001100111001100111011010111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D4CE; }

 p { color: rgb(240,212,206); }

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

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

 a { background-color: rgb(240,212,206); }

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

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

 span { border-color: rgb(240,212,206); }

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