Shades of Azalea #F8BBC5
Tints of Azalea #F8BBC5
RGB
CMYK
RGB Variations
Color information
#F8BBC5 (or 0xF8BBC5) is known color: Azalea. HEX triplet: F8, BB and C5. RGB value is (248,187,197). Sum of RGB (Red+Green+Blue) = 248+187+197=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC5 is #07443A. Grayscale: #CECECE. Windows color (decimal): -476219 or 12958712. OLE color: 12958712.
HSL color Cylindrical-coordinate representation of color #F8BBC5: hue angle of 350.16º 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 #F8BBC5 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 197 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.03 |
| HSL | 350.16º | 0.81% | 0.85% | - |
| HSV(B) | 350.16º | 0.25% | 0.97% | - |
| XYZ | 66.56 | 59.53 | 60.81 | - |
| YUV | 206.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 197 | 0 | 0.25 | 0.21 | 0.03 | 350.16 | 0.81 | 0.85 |
| Hex | F8 | BB | C5 | 0 | 19 | 15 | 3 | 15E | 51 | 55 |
| Octal | 370 | 273 | 305 | 0 | 31 | 25 | 3 | 536 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11000101 | 0 | 11001 | 10101 | 11 | 101011110 | 1010001 | 1010101 |
Color Harmonies of #F8BBC5
Complementary color
Monochromatic Colors of #F8BBC5
Black with #F8BBC5
Text Example
Text Example
White with #F8BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBC5; }
p { color: rgb(248,187,197); }
H1.HeaderClassName
{
color: #F8BBC5;
}
.AnyTagClassName
{
color: #F8BBC5;
}
</style>
background-color css
<style>
a { background-color: #F8BBC5; }
a { background-color: rgb(248,187,197); }
div.DivClassName
{
background-color: #F8BBC5;
}
.BgClassName
{
background-color: #F8BBC5;
}
</style>
border-color css
<style>
span { border-color: #F8BBC5; }
span { border-color: rgb(248,187,197); }
td.TdClassName
{
border-color: #F8BBC5;
}
.TagClassName
{
border-color: #F8BBC5;
}
</style>