#F0D2CB

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

Shades of Coral Candy #F0D2CB

Tints of Coral Candy #F0D2CB

Color information

#F0D2CB (or 0xF0D2CB) is unknown color: approx Coral Candy. HEX triplet: F0, D2 and CB. RGB value is (240,210,203). Sum of RGB (Red+Green+Blue) = 240+210+203=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2CB is #0F2D34. Grayscale: #DADADA. Windows color (decimal): -994613 or 13357808. OLE color: 13357808.

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

Color convert

RGB240210203-
CMYK00.120.150.06
HSL11.35º55.22%86.86%-
HSV(B)11.35º15.42%94.12%-
XYZ69.7668.9366.13-
YUV218.17119.44143.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.75%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=36.75%
G=32.16%
B=31.09%

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
Decimal24021020300.120.150.0611.3555.2286.86
HexF0D2CB0CF6b3757
Octal3603223130141761367127
Binary11110000110100101100101101100111111010111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D2CB; }

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

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

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

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

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

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

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

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