Shades of Azalea #F0CACE
Tints of Azalea #F0CACE
RGB
CMYK
RGB Variations
Color information
#F0CACE (or 0xF0CACE) is known color: Azalea. HEX triplet: F0, CA and CE. RGB value is (240,202,206). Sum of RGB (Red+Green+Blue) = 240+202+206=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CACE is #0F3531. Grayscale: #D5D5D5. Windows color (decimal): -996658 or 13552368. OLE color: 13552368.
HSL color Cylindrical-coordinate representation of color #F0CACE: hue angle of 353.68º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CACE is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 206 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.06 |
| HSL | 353.68º | 0.56% | 0.87% | - |
| HSV(B) | 353.68º | 0.16% | 0.94% | - |
| XYZ | 68.2 | 65.22 | 67.39 | - |
| YUV | 213.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 206 | 0 | 0.16 | 0.14 | 0.06 | 353.68 | 0.56 | 0.87 |
| Hex | F0 | CA | CE | 0 | 10 | E | 6 | 162 | 38 | 57 |
| Octal | 360 | 312 | 316 | 0 | 20 | 16 | 6 | 542 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11001110 | 0 | 10000 | 1110 | 110 | 101100010 | 111000 | 1010111 |
Color Harmonies of #F0CACE
Complementary color
Monochromatic Colors of #F0CACE
Black with #F0CACE
Text Example
Text Example
White with #F0CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CACE; }
p { color: rgb(240,202,206); }
H1.HeaderClassName
{
color: #F0CACE;
}
.AnyTagClassName
{
color: #F0CACE;
}
</style>
background-color css
<style>
a { background-color: #F0CACE; }
a { background-color: rgb(240,202,206); }
div.DivClassName
{
background-color: #F0CACE;
}
.BgClassName
{
background-color: #F0CACE;
}
</style>
border-color css
<style>
span { border-color: #F0CACE; }
span { border-color: rgb(240,202,206); }
td.TdClassName
{
border-color: #F0CACE;
}
.TagClassName
{
border-color: #F0CACE;
}
</style>