#F0D1CC

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

Shades of Coral Candy #F0D1CC

Tints of Coral Candy #F0D1CC

Color information

#F0D1CC (or 0xF0D1CC) is unknown color: approx Coral Candy. HEX triplet: F0, D1 and CC. RGB value is (240,209,204). Sum of RGB (Red+Green+Blue) = 240+209+204=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1CC is #0F2E33. Grayscale: #D9D9D9. Windows color (decimal): -994868 or 13423088. OLE color: 13423088.

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

Color convert

RGB240209204-
CMYK00.130.150.06
HSL8.33º54.55%87.06%-
HSV(B)8.33º15%94.12%-
XYZ69.6368.4966.68-
YUV217.7120.27143.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.75%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=36.75%
G=32.01%
B=31.24%

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
Decimal24020920400.130.150.068.3354.5587.06
HexF0D1CC0DF683757
Octal3603213140151761067127
Binary11110000110100011100110001101111111010001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D1CC; }

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

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

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

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

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

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

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

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