Shades of Azalea #F6C8CC
Tints of Azalea #F6C8CC
RGB
CMYK
RGB Variations
Color information
#F6C8CC (or 0xF6C8CC) is known color: Azalea. HEX triplet: F6, C8 and CC. RGB value is (246,200,204). Sum of RGB (Red+Green+Blue) = 246+200+204=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C8CC is #093733. Grayscale: #D6D6D6. Windows color (decimal): -603956 or 13420790. OLE color: 13420790.
HSL color Cylindrical-coordinate representation of color #F6C8CC: hue angle of 354.78º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6C8CC is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 204 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.04 |
| HSL | 354.78º | 0.72% | 0.87% | - |
| HSV(B) | 354.78º | 0.19% | 0.96% | - |
| XYZ | 69.56 | 65.26 | 66.06 | - |
| YUV | 214.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 204 | 0 | 0.19 | 0.17 | 0.04 | 354.78 | 0.72 | 0.87 |
| Hex | F6 | C8 | CC | 0 | 13 | 11 | 4 | 163 | 48 | 57 |
| Octal | 366 | 310 | 314 | 0 | 23 | 21 | 4 | 543 | 110 | 127 |
| Binary | 11110110 | 11001000 | 11001100 | 0 | 10011 | 10001 | 100 | 101100011 | 1001000 | 1010111 |
Color Harmonies of #F6C8CC
Complementary color
Monochromatic Colors of #F6C8CC
Black with #F6C8CC
Text Example
Text Example
White with #F6C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C8CC; }
p { color: rgb(246,200,204); }
H1.HeaderClassName
{
color: #F6C8CC;
}
.AnyTagClassName
{
color: #F6C8CC;
}
</style>
background-color css
<style>
a { background-color: #F6C8CC; }
a { background-color: rgb(246,200,204); }
div.DivClassName
{
background-color: #F6C8CC;
}
.BgClassName
{
background-color: #F6C8CC;
}
</style>
border-color css
<style>
span { border-color: #F6C8CC; }
span { border-color: rgb(246,200,204); }
td.TdClassName
{
border-color: #F6C8CC;
}
.TagClassName
{
border-color: #F6C8CC;
}
</style>