Shades of Azalea #F6C8CA
Tints of Azalea #F6C8CA
RGB
CMYK
RGB Variations
Color information
#F6C8CA (or 0xF6C8CA) is known color: Azalea. HEX triplet: F6, C8 and CA. RGB value is (246,200,202). Sum of RGB (Red+Green+Blue) = 246+200+202=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C8CA is #093735. Grayscale: #D6D6D6. Windows color (decimal): -603958 or 13289718. OLE color: 13289718.
HSL color Cylindrical-coordinate representation of color #F6C8CA: hue angle of 357.39º 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 #F6C8CA is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 202 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.04 |
| HSL | 357.39º | 0.72% | 0.87% | - |
| HSV(B) | 357.39º | 0.19% | 0.96% | - |
| XYZ | 69.32 | 65.17 | 64.8 | - |
| YUV | 213.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 202 | 0 | 0.19 | 0.18 | 0.04 | 357.39 | 0.72 | 0.87 |
| Hex | F6 | C8 | CA | 0 | 13 | 12 | 4 | 165 | 48 | 57 |
| Octal | 366 | 310 | 312 | 0 | 23 | 22 | 4 | 545 | 110 | 127 |
| Binary | 11110110 | 11001000 | 11001010 | 0 | 10011 | 10010 | 100 | 101100101 | 1001000 | 1010111 |
Color Harmonies of #F6C8CA
Complementary color
Monochromatic Colors of #F6C8CA
Black with #F6C8CA
Text Example
Text Example
White with #F6C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C8CA; }
p { color: rgb(246,200,202); }
H1.HeaderClassName
{
color: #F6C8CA;
}
.AnyTagClassName
{
color: #F6C8CA;
}
</style>
background-color css
<style>
a { background-color: #F6C8CA; }
a { background-color: rgb(246,200,202); }
div.DivClassName
{
background-color: #F6C8CA;
}
.BgClassName
{
background-color: #F6C8CA;
}
</style>
border-color css
<style>
span { border-color: #F6C8CA; }
span { border-color: rgb(246,200,202); }
td.TdClassName
{
border-color: #F6C8CA;
}
.TagClassName
{
border-color: #F6C8CA;
}
</style>