Shades of Azalea #F2CBCC
Tints of Azalea #F2CBCC
RGB
CMYK
RGB Variations
Color information
#F2CBCC (or 0xF2CBCC) is known color: Azalea. HEX triplet: F2, CB and CC. RGB value is (242,203,204). Sum of RGB (Red+Green+Blue) = 242+203+204=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBCC is #0D3433. Grayscale: #D6D6D6. Windows color (decimal): -865332 or 13421554. OLE color: 13421554.
HSL color Cylindrical-coordinate representation of color #F2CBCC: hue angle of 358.46º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBCC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 204 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.05 |
| HSL | 358.46º | 0.6% | 0.87% | - |
| HSV(B) | 358.46º | 0.16% | 0.95% | - |
| XYZ | 68.87 | 65.95 | 66.23 | - |
| YUV | 214.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 204 | 0 | 0.16 | 0.16 | 0.05 | 358.46 | 0.6 | 0.87 |
| Hex | F2 | CB | CC | 0 | 10 | 10 | 5 | 166 | 3C | 57 |
| Octal | 362 | 313 | 314 | 0 | 20 | 20 | 5 | 546 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11001100 | 0 | 10000 | 10000 | 101 | 101100110 | 111100 | 1010111 |
Color Harmonies of #F2CBCC
Complementary color
Monochromatic Colors of #F2CBCC
Black with #F2CBCC
Text Example
Text Example
White with #F2CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBCC; }
p { color: rgb(242,203,204); }
H1.HeaderClassName
{
color: #F2CBCC;
}
.AnyTagClassName
{
color: #F2CBCC;
}
</style>
background-color css
<style>
a { background-color: #F2CBCC; }
a { background-color: rgb(242,203,204); }
div.DivClassName
{
background-color: #F2CBCC;
}
.BgClassName
{
background-color: #F2CBCC;
}
</style>
border-color css
<style>
span { border-color: #F2CBCC; }
span { border-color: rgb(242,203,204); }
td.TdClassName
{
border-color: #F2CBCC;
}
.TagClassName
{
border-color: #F2CBCC;
}
</style>