Shades of Azalea #F8BBC0
Tints of Azalea #F8BBC0
RGB
CMYK
RGB Variations
Color information
#F8BBC0 (or 0xF8BBC0) is known color: Azalea. HEX triplet: F8, BB and C0. RGB value is (248,187,192). Sum of RGB (Red+Green+Blue) = 248+187+192=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC0 is #07443F. Grayscale: #CDCDCD. Windows color (decimal): -476224 or 12631032. OLE color: 12631032.
HSL color Cylindrical-coordinate representation of color #F8BBC0: hue angle of 355.08º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBC0 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 192 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.03 |
| HSL | 355.08º | 0.81% | 0.85% | - |
| HSV(B) | 355.08º | 0.25% | 0.97% | - |
| XYZ | 66 | 59.3 | 57.84 | - |
| YUV | 205.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 192 | 0 | 0.25 | 0.23 | 0.03 | 355.08 | 0.81 | 0.85 |
| Hex | F8 | BB | C0 | 0 | 19 | 17 | 3 | 163 | 51 | 55 |
| Octal | 370 | 273 | 300 | 0 | 31 | 27 | 3 | 543 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11000000 | 0 | 11001 | 10111 | 11 | 101100011 | 1010001 | 1010101 |
Color Harmonies of #F8BBC0
Complementary color
Monochromatic Colors of #F8BBC0
Black with #F8BBC0
Text Example
Text Example
White with #F8BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBC0; }
p { color: rgb(248,187,192); }
H1.HeaderClassName
{
color: #F8BBC0;
}
.AnyTagClassName
{
color: #F8BBC0;
}
</style>
background-color css
<style>
a { background-color: #F8BBC0; }
a { background-color: rgb(248,187,192); }
div.DivClassName
{
background-color: #F8BBC0;
}
.BgClassName
{
background-color: #F8BBC0;
}
</style>
border-color css
<style>
span { border-color: #F8BBC0; }
span { border-color: rgb(248,187,192); }
td.TdClassName
{
border-color: #F8BBC0;
}
.TagClassName
{
border-color: #F8BBC0;
}
</style>