#F0D2CD

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

Shades of Coral Candy #F0D2CD

Tints of Coral Candy #F0D2CD

Color information

#F0D2CD (or 0xF0D2CD) is unknown color: approx Coral Candy. HEX triplet: F0, D2 and CD. RGB value is (240,210,205). Sum of RGB (Red+Green+Blue) = 240+210+205=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2CD is #0F2D32. Grayscale: #DADADA. Windows color (decimal): -994611 or 13488880. OLE color: 13488880.

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

Color convert

RGB240210205-
CMYK00.120.150.06
HSL8.57º53.85%87.25%-
HSV(B)8.57º14.58%94.12%-
XYZ7069.0367.39-
YUV218.4120.44143.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 210 (82.42% from 255) = 32.06%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=36.64%
G=32.06%
B=31.30%

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
Decimal24021020500.120.150.068.5753.8587.25
HexF0D2CD0CF693657
Octal3603223150141761166127
Binary11110000110100101100110101100111111010011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D2CD; }

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

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

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

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

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

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

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

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