#F0CDC9

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

Shades of Coral Candy #F0CDC9

Tints of Coral Candy #F0CDC9

Color information

#F0CDC9 (or 0xF0CDC9) is unknown color: approx Coral Candy. HEX triplet: F0, CD and C9. RGB value is (240,205,201). Sum of RGB (Red+Green+Blue) = 240+205+201=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDC9 is #0F3236. Grayscale: #D7D7D7. Windows color (decimal): -995895 or 13225456. OLE color: 13225456.

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

Color convert

RGB240205201-
CMYK00.150.160.06
HSL6.15º56.52%86.47%-
HSV(B)6.15º16.25%94.12%-
XYZ68.3166.464.48-
YUV215.01120.1145.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=37.15%
G=31.73%
B=31.11%

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
Decimal24020520100.150.160.066.1556.5286.47
HexF0CDC90F10663956
Octal360315311017206671126
Binary11110000110011011100100101111100001101101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDC9; }

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

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

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

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

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

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

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

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