Shades of Azalea #F8C6CB
Tints of Azalea #F8C6CB
RGB
CMYK
RGB Variations
Color information
#F8C6CB (or 0xF8C6CB) is known color: Azalea. HEX triplet: F8, C6 and CB. RGB value is (248,198,203). Sum of RGB (Red+Green+Blue) = 248+198+203=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6CB is #073934. Grayscale: #D5D5D5. Windows color (decimal): -473397 or 13354744. OLE color: 13354744.
HSL color Cylindrical-coordinate representation of color #F8C6CB: hue angle of 354º 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 #F8C6CB is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 203 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.03 |
| HSL | 354º | 0.78% | 0.87% | - |
| HSV(B) | 354º | 0.2% | 0.97% | - |
| XYZ | 69.68 | 64.66 | 65.31 | - |
| YUV | 213.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 203 | 0 | 0.20 | 0.18 | 0.03 | 354 | 0.78 | 0.87 |
| Hex | F8 | C6 | CB | 0 | 14 | 12 | 3 | 162 | 4E | 57 |
| Octal | 370 | 306 | 313 | 0 | 24 | 22 | 3 | 542 | 116 | 127 |
| Binary | 11111000 | 11000110 | 11001011 | 0 | 10100 | 10010 | 11 | 101100010 | 1001110 | 1010111 |
Color Harmonies of #F8C6CB
Complementary color
Monochromatic Colors of #F8C6CB
Black with #F8C6CB
Text Example
Text Example
White with #F8C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6CB; }
p { color: rgb(248,198,203); }
H1.HeaderClassName
{
color: #F8C6CB;
}
.AnyTagClassName
{
color: #F8C6CB;
}
</style>
background-color css
<style>
a { background-color: #F8C6CB; }
a { background-color: rgb(248,198,203); }
div.DivClassName
{
background-color: #F8C6CB;
}
.BgClassName
{
background-color: #F8C6CB;
}
</style>
border-color css
<style>
span { border-color: #F8C6CB; }
span { border-color: rgb(248,198,203); }
td.TdClassName
{
border-color: #F8C6CB;
}
.TagClassName
{
border-color: #F8C6CB;
}
</style>