Shades of Azalea #F2C7C9
Tints of Azalea #F2C7C9
RGB
CMYK
RGB Variations
Color information
#F2C7C9 (or 0xF2C7C9) is known color: Azalea. HEX triplet: F2, C7 and C9. RGB value is (242,199,201). Sum of RGB (Red+Green+Blue) = 242+199+201=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7C9 is #0D3836. Grayscale: #D4D4D4. Windows color (decimal): -866359 or 13223922. OLE color: 13223922.
HSL color Cylindrical-coordinate representation of color #F2C7C9: hue angle of 357.21º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C7C9 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 201 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.05 |
| HSL | 357.21º | 0.62% | 0.86% | - |
| HSV(B) | 357.21º | 0.18% | 0.95% | - |
| XYZ | 67.58 | 63.94 | 64.04 | - |
| YUV | 212.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 201 | 0 | 0.18 | 0.17 | 0.05 | 357.21 | 0.62 | 0.86 |
| Hex | F2 | C7 | C9 | 0 | 12 | 11 | 5 | 165 | 3E | 56 |
| Octal | 362 | 307 | 311 | 0 | 22 | 21 | 5 | 545 | 76 | 126 |
| Binary | 11110010 | 11000111 | 11001001 | 0 | 10010 | 10001 | 101 | 101100101 | 111110 | 1010110 |
Color Harmonies of #F2C7C9
Complementary color
Monochromatic Colors of #F2C7C9
Black with #F2C7C9
Text Example
Text Example
White with #F2C7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C7C9; }
p { color: rgb(242,199,201); }
H1.HeaderClassName
{
color: #F2C7C9;
}
.AnyTagClassName
{
color: #F2C7C9;
}
</style>
background-color css
<style>
a { background-color: #F2C7C9; }
a { background-color: rgb(242,199,201); }
div.DivClassName
{
background-color: #F2C7C9;
}
.BgClassName
{
background-color: #F2C7C9;
}
</style>
border-color css
<style>
span { border-color: #F2C7C9; }
span { border-color: rgb(242,199,201); }
td.TdClassName
{
border-color: #F2C7C9;
}
.TagClassName
{
border-color: #F2C7C9;
}
</style>