Shades of Azalea #F2C8CA
Tints of Azalea #F2C8CA
RGB
CMYK
RGB Variations
Color information
#F2C8CA (or 0xF2C8CA) is known color: Azalea. HEX triplet: F2, C8 and CA. RGB value is (242,200,202). Sum of RGB (Red+Green+Blue) = 242+200+202=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8CA is #0D3735. Grayscale: #D4D4D4. Windows color (decimal): -866102 or 13289714. OLE color: 13289714.
HSL color Cylindrical-coordinate representation of color #F2C8CA: hue angle of 357.14º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C8CA is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 202 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.05 |
| HSL | 357.14º | 0.62% | 0.87% | - |
| HSV(B) | 357.14º | 0.17% | 0.95% | - |
| XYZ | 67.93 | 64.45 | 64.74 | - |
| YUV | 212.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 202 | 0 | 0.17 | 0.17 | 0.05 | 357.14 | 0.62 | 0.87 |
| Hex | F2 | C8 | CA | 0 | 11 | 11 | 5 | 165 | 3E | 57 |
| Octal | 362 | 310 | 312 | 0 | 21 | 21 | 5 | 545 | 76 | 127 |
| Binary | 11110010 | 11001000 | 11001010 | 0 | 10001 | 10001 | 101 | 101100101 | 111110 | 1010111 |
Color Harmonies of #F2C8CA
Complementary color
Monochromatic Colors of #F2C8CA
Black with #F2C8CA
Text Example
Text Example
White with #F2C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8CA; }
p { color: rgb(242,200,202); }
H1.HeaderClassName
{
color: #F2C8CA;
}
.AnyTagClassName
{
color: #F2C8CA;
}
</style>
background-color css
<style>
a { background-color: #F2C8CA; }
a { background-color: rgb(242,200,202); }
div.DivClassName
{
background-color: #F2C8CA;
}
.BgClassName
{
background-color: #F2C8CA;
}
</style>
border-color css
<style>
span { border-color: #F2C8CA; }
span { border-color: rgb(242,200,202); }
td.TdClassName
{
border-color: #F2C8CA;
}
.TagClassName
{
border-color: #F2C8CA;
}
</style>