Shades of Azalea #F2C8CD
Tints of Azalea #F2C8CD
RGB
CMYK
RGB Variations
Color information
#F2C8CD (or 0xF2C8CD) is known color: Azalea. HEX triplet: F2, C8 and CD. RGB value is (242,200,205). Sum of RGB (Red+Green+Blue) = 242+200+205=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8CD is #0D3732. Grayscale: #D5D5D5. Windows color (decimal): -866099 or 13486322. OLE color: 13486322.
HSL color Cylindrical-coordinate representation of color #F2C8CD: hue angle of 352.86º 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 #F2C8CD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 205 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.05 |
| HSL | 352.86º | 0.62% | 0.87% | - |
| HSV(B) | 352.86º | 0.17% | 0.95% | - |
| XYZ | 68.29 | 64.59 | 66.63 | - |
| YUV | 213.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 205 | 0 | 0.17 | 0.15 | 0.05 | 352.86 | 0.62 | 0.87 |
| Hex | F2 | C8 | CD | 0 | 11 | F | 5 | 161 | 3E | 57 |
| Octal | 362 | 310 | 315 | 0 | 21 | 17 | 5 | 541 | 76 | 127 |
| Binary | 11110010 | 11001000 | 11001101 | 0 | 10001 | 1111 | 101 | 101100001 | 111110 | 1010111 |
Color Harmonies of #F2C8CD
Complementary color
Monochromatic Colors of #F2C8CD
Black with #F2C8CD
Text Example
Text Example
White with #F2C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8CD; }
p { color: rgb(242,200,205); }
H1.HeaderClassName
{
color: #F2C8CD;
}
.AnyTagClassName
{
color: #F2C8CD;
}
</style>
background-color css
<style>
a { background-color: #F2C8CD; }
a { background-color: rgb(242,200,205); }
div.DivClassName
{
background-color: #F2C8CD;
}
.BgClassName
{
background-color: #F2C8CD;
}
</style>
border-color css
<style>
span { border-color: #F2C8CD; }
span { border-color: rgb(242,200,205); }
td.TdClassName
{
border-color: #F2C8CD;
}
.TagClassName
{
border-color: #F2C8CD;
}
</style>