Shades of Azalea #F8BCBF
Tints of Azalea #F8BCBF
RGB
CMYK
RGB Variations
Color information
#F8BCBF (or 0xF8BCBF) is known color: Azalea. HEX triplet: F8, BC and BF. RGB value is (248,188,191). Sum of RGB (Red+Green+Blue) = 248+188+191=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCBF is #074340. Grayscale: #CECECE. Windows color (decimal): -475969 or 12565752. OLE color: 12565752.
HSL color Cylindrical-coordinate representation of color #F8BCBF: hue angle of 357º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCBF is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 191 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.03 |
| HSL | 357º | 0.81% | 0.85% | - |
| HSV(B) | 357º | 0.24% | 0.97% | - |
| XYZ | 66.1 | 59.68 | 57.33 | - |
| YUV | 206.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 191 | 0 | 0.24 | 0.23 | 0.03 | 357 | 0.81 | 0.85 |
| Hex | F8 | BC | BF | 0 | 18 | 17 | 3 | 165 | 51 | 55 |
| Octal | 370 | 274 | 277 | 0 | 30 | 27 | 3 | 545 | 121 | 125 |
| Binary | 11111000 | 10111100 | 10111111 | 0 | 11000 | 10111 | 11 | 101100101 | 1010001 | 1010101 |
Color Harmonies of #F8BCBF
Complementary color
Monochromatic Colors of #F8BCBF
Black with #F8BCBF
Text Example
Text Example
White with #F8BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCBF; }
p { color: rgb(248,188,191); }
H1.HeaderClassName
{
color: #F8BCBF;
}
.AnyTagClassName
{
color: #F8BCBF;
}
</style>
background-color css
<style>
a { background-color: #F8BCBF; }
a { background-color: rgb(248,188,191); }
div.DivClassName
{
background-color: #F8BCBF;
}
.BgClassName
{
background-color: #F8BCBF;
}
</style>
border-color css
<style>
span { border-color: #F8BCBF; }
span { border-color: rgb(248,188,191); }
td.TdClassName
{
border-color: #F8BCBF;
}
.TagClassName
{
border-color: #F8BCBF;
}
</style>