Shades of Azalea #F8C6CA
Tints of Azalea #F8C6CA
RGB
CMYK
RGB Variations
Color information
#F8C6CA (or 0xF8C6CA) is known color: Azalea. HEX triplet: F8, C6 and CA. RGB value is (248,198,202). Sum of RGB (Red+Green+Blue) = 248+198+202=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6CA is #073935. Grayscale: #D5D5D5. Windows color (decimal): -473398 or 13289208. OLE color: 13289208.
HSL color Cylindrical-coordinate representation of color #F8C6CA: hue angle of 355.2º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C6CA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 202 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.03 |
| HSL | 355.2º | 0.78% | 0.87% | - |
| HSV(B) | 355.2º | 0.2% | 0.97% | - |
| XYZ | 69.57 | 64.61 | 64.68 | - |
| YUV | 213.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 202 | 0 | 0.20 | 0.19 | 0.03 | 355.2 | 0.78 | 0.87 |
| Hex | F8 | C6 | CA | 0 | 14 | 13 | 3 | 163 | 4E | 57 |
| Octal | 370 | 306 | 312 | 0 | 24 | 23 | 3 | 543 | 116 | 127 |
| Binary | 11111000 | 11000110 | 11001010 | 0 | 10100 | 10011 | 11 | 101100011 | 1001110 | 1010111 |
Color Harmonies of #F8C6CA
Complementary color
Monochromatic Colors of #F8C6CA
Black with #F8C6CA
Text Example
Text Example
White with #F8C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6CA; }
p { color: rgb(248,198,202); }
H1.HeaderClassName
{
color: #F8C6CA;
}
.AnyTagClassName
{
color: #F8C6CA;
}
</style>
background-color css
<style>
a { background-color: #F8C6CA; }
a { background-color: rgb(248,198,202); }
div.DivClassName
{
background-color: #F8C6CA;
}
.BgClassName
{
background-color: #F8C6CA;
}
</style>
border-color css
<style>
span { border-color: #F8C6CA; }
span { border-color: rgb(248,198,202); }
td.TdClassName
{
border-color: #F8C6CA;
}
.TagClassName
{
border-color: #F8C6CA;
}
</style>