#F0D0CB

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

Shades of Coral Candy #F0D0CB

Tints of Coral Candy #F0D0CB

Color information

#F0D0CB (or 0xF0D0CB) is unknown color: approx Coral Candy. HEX triplet: F0, D0 and CB. RGB value is (240,208,203). Sum of RGB (Red+Green+Blue) = 240+208+203=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0CB is #0F2F34. Grayscale: #D9D9D9. Windows color (decimal): -995125 or 13357296. OLE color: 13357296.

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

Color convert

RGB240208203-
CMYK00.130.150.06
HSL8.11º55.22%86.86%-
HSV(B)8.11º15.42%94.12%-
XYZ69.2767.9565.96-
YUV217120.1144.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=36.87%
G=31.95%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020820300.130.150.068.1155.2286.86
HexF0D0CB0DF683757
Octal3603203130151761067127
Binary11110000110100001100101101101111111010001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D0CB; }

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

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

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

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

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

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

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

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