Shades of Azalea #F0CACB
Tints of Azalea #F0CACB
RGB
CMYK
RGB Variations
Color information
#F0CACB (or 0xF0CACB) is known color: Azalea. HEX triplet: F0, CA and CB. RGB value is (240,202,203). Sum of RGB (Red+Green+Blue) = 240+202+203=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CACB is #0F3534. Grayscale: #D5D5D5. Windows color (decimal): -996661 or 13355760. OLE color: 13355760.
HSL color Cylindrical-coordinate representation of color #F0CACB: hue angle of 358.42º 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 #F0CACB is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 203 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.06 |
| HSL | 358.42º | 0.56% | 0.87% | - |
| HSV(B) | 358.42º | 0.16% | 0.94% | - |
| XYZ | 67.84 | 65.08 | 65.49 | - |
| YUV | 213.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 203 | 0 | 0.16 | 0.15 | 0.06 | 358.42 | 0.56 | 0.87 |
| Hex | F0 | CA | CB | 0 | 10 | F | 6 | 166 | 38 | 57 |
| Octal | 360 | 312 | 313 | 0 | 20 | 17 | 6 | 546 | 70 | 127 |
| Binary | 11110000 | 11001010 | 11001011 | 0 | 10000 | 1111 | 110 | 101100110 | 111000 | 1010111 |
Color Harmonies of #F0CACB
Complementary color
Monochromatic Colors of #F0CACB
Black with #F0CACB
Text Example
Text Example
White with #F0CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CACB; }
p { color: rgb(240,202,203); }
H1.HeaderClassName
{
color: #F0CACB;
}
.AnyTagClassName
{
color: #F0CACB;
}
</style>
background-color css
<style>
a { background-color: #F0CACB; }
a { background-color: rgb(240,202,203); }
div.DivClassName
{
background-color: #F0CACB;
}
.BgClassName
{
background-color: #F0CACB;
}
</style>
border-color css
<style>
span { border-color: #F0CACB; }
span { border-color: rgb(240,202,203); }
td.TdClassName
{
border-color: #F0CACB;
}
.TagClassName
{
border-color: #F0CACB;
}
</style>