Shades of Azalea #F2C6CC
Tints of Azalea #F2C6CC
RGB
CMYK
RGB Variations
Color information
#F2C6CC (or 0xF2C6CC) is known color: Azalea. HEX triplet: F2, C6 and CC. RGB value is (242,198,204). Sum of RGB (Red+Green+Blue) = 242+198+204=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6CC is #0D3933. Grayscale: #D3D3D3. Windows color (decimal): -866612 or 13420274. OLE color: 13420274.
HSL color Cylindrical-coordinate representation of color #F2C6CC: hue angle of 351.82º degrees, saturation: 0.63, 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 #F2C6CC is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 204 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.05 |
| HSL | 351.82º | 0.63% | 0.86% | - |
| HSV(B) | 351.82º | 0.18% | 0.95% | - |
| XYZ | 67.71 | 63.63 | 65.84 | - |
| YUV | 211.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 204 | 0 | 0.18 | 0.16 | 0.05 | 351.82 | 0.63 | 0.86 |
| Hex | F2 | C6 | CC | 0 | 12 | 10 | 5 | 160 | 3F | 56 |
| Octal | 362 | 306 | 314 | 0 | 22 | 20 | 5 | 540 | 77 | 126 |
| Binary | 11110010 | 11000110 | 11001100 | 0 | 10010 | 10000 | 101 | 101100000 | 111111 | 1010110 |
Color Harmonies of #F2C6CC
Complementary color
Monochromatic Colors of #F2C6CC
Black with #F2C6CC
Text Example
Text Example
White with #F2C6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6CC; }
p { color: rgb(242,198,204); }
H1.HeaderClassName
{
color: #F2C6CC;
}
.AnyTagClassName
{
color: #F2C6CC;
}
</style>
background-color css
<style>
a { background-color: #F2C6CC; }
a { background-color: rgb(242,198,204); }
div.DivClassName
{
background-color: #F2C6CC;
}
.BgClassName
{
background-color: #F2C6CC;
}
</style>
border-color css
<style>
span { border-color: #F2C6CC; }
span { border-color: rgb(242,198,204); }
td.TdClassName
{
border-color: #F2C6CC;
}
.TagClassName
{
border-color: #F2C6CC;
}
</style>