#F0D2CC

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

Shades of Coral Candy #F0D2CC

Tints of Coral Candy #F0D2CC

Color information

#F0D2CC (or 0xF0D2CC) is unknown color: approx Coral Candy. HEX triplet: F0, D2 and CC. RGB value is (240,210,204). Sum of RGB (Red+Green+Blue) = 240+210+204=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2CC is #0F2D33. Grayscale: #DADADA. Windows color (decimal): -994612 or 13423344. OLE color: 13423344.

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

Color convert

RGB240210204-
CMYK00.120.150.06
HSL10º54.55%87.06%-
HSV(B)10º15%94.12%-
XYZ69.8868.9866.76-
YUV218.29119.94143.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 210 (82.42% from 255) = 32.11%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=36.70%
G=32.11%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021020400.120.150.061054.5587.06
HexF0D2CC0CF6a3757
Octal3603223140141761267127
Binary11110000110100101100110001100111111010101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D2CC; }

 p { color: rgb(240,210,204); }

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

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

 a { background-color: rgb(240,210,204); }

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

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

 span { border-color: rgb(240,210,204); }

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