#F0CCC9

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

Shades of Coral Candy #F0CCC9

Tints of Coral Candy #F0CCC9

Color information

#F0CCC9 (or 0xF0CCC9) is unknown color: approx Coral Candy. HEX triplet: F0, CC and C9. RGB value is (240,204,201). Sum of RGB (Red+Green+Blue) = 240+204+201=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCC9 is #0F3336. Grayscale: #D6D6D6. Windows color (decimal): -996151 or 13225200. OLE color: 13225200.

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

Color convert

RGB240204201-
CMYK00.150.160.06
HSL4.62º56.52%86.47%-
HSV(B)4.62º16.25%94.12%-
XYZ68.0765.9364.4-
YUV214.42120.43146.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 201 (78.91% from 255) = 31.16%
R=37.21%
G=31.63%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020420100.150.160.064.6256.5286.47
HexF0CCC90F10653956
Octal360314311017206571126
Binary11110000110011001100100101111100001101011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCC9; }

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

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

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

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

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

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

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

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