Shades of Azalea #F2CACD
Tints of Azalea #F2CACD
RGB
CMYK
RGB Variations
Color information
#F2CACD (or 0xF2CACD) is known color: Azalea. HEX triplet: F2, CA and CD. RGB value is (242,202,205). Sum of RGB (Red+Green+Blue) = 242+202+205=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CACD is #0D3532. Grayscale: #D6D6D6. Windows color (decimal): -865587 or 13486834. OLE color: 13486834.
HSL color Cylindrical-coordinate representation of color #F2CACD: hue angle of 355.5º degrees, saturation: 0.61, 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 #F2CACD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 205 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.05 |
| HSL | 355.5º | 0.61% | 0.87% | - |
| HSV(B) | 355.5º | 0.17% | 0.95% | - |
| XYZ | 68.76 | 65.53 | 66.78 | - |
| YUV | 214.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 205 | 0 | 0.17 | 0.15 | 0.05 | 355.5 | 0.61 | 0.87 |
| Hex | F2 | CA | CD | 0 | 11 | F | 5 | 164 | 3D | 57 |
| Octal | 362 | 312 | 315 | 0 | 21 | 17 | 5 | 544 | 75 | 127 |
| Binary | 11110010 | 11001010 | 11001101 | 0 | 10001 | 1111 | 101 | 101100100 | 111101 | 1010111 |
Color Harmonies of #F2CACD
Complementary color
Monochromatic Colors of #F2CACD
Black with #F2CACD
Text Example
Text Example
White with #F2CACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CACD; }
p { color: rgb(242,202,205); }
H1.HeaderClassName
{
color: #F2CACD;
}
.AnyTagClassName
{
color: #F2CACD;
}
</style>
background-color css
<style>
a { background-color: #F2CACD; }
a { background-color: rgb(242,202,205); }
div.DivClassName
{
background-color: #F2CACD;
}
.BgClassName
{
background-color: #F2CACD;
}
</style>
border-color css
<style>
span { border-color: #F2CACD; }
span { border-color: rgb(242,202,205); }
td.TdClassName
{
border-color: #F2CACD;
}
.TagClassName
{
border-color: #F2CACD;
}
</style>