#F0D5CE

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

Shades of Coral Candy #F0D5CE

Tints of Coral Candy #F0D5CE

Color information

#F0D5CE (or 0xF0D5CE) is unknown color: approx Coral Candy. HEX triplet: F0, D5 and CE. RGB value is (240,213,206). Sum of RGB (Red+Green+Blue) = 240+213+206=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5CE is #0F2A31. Grayscale: #DCDCDC. Windows color (decimal): -993842 or 13555184. OLE color: 13555184.

HSL color Cylindrical-coordinate representation of color #F0D5CE: hue angle of 12.35º 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 #F0D5CE is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240213206-
CMYK00.110.140.06
HSL12.35º53.12%87.45%-
HSV(B)12.35º14.17%94.12%-
XYZ70.8770.5768.28-
YUV220.28119.95142.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 213 (83.59% from 255) = 32.32%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=36.42%
G=32.32%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021320600.110.140.0612.3553.1287.45
HexF0D5CE0BE6c3557
Octal3603253160131661465127
Binary11110000110101011100111001011111011011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5CE; }

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

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

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

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

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

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

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

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