Shades of Azalea #F8BCC1
Tints of Azalea #F8BCC1
RGB
CMYK
RGB Variations
Color information
#F8BCC1 (or 0xF8BCC1) is known color: Azalea. HEX triplet: F8, BC and C1. RGB value is (248,188,193). Sum of RGB (Red+Green+Blue) = 248+188+193=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCC1 is #07433E. Grayscale: #CECECE. Windows color (decimal): -475967 or 12696824. OLE color: 12696824.
HSL color Cylindrical-coordinate representation of color #F8BCC1: hue angle of 355º 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 #F8BCC1 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 193 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.03 |
| HSL | 355º | 0.81% | 0.85% | - |
| HSV(B) | 355º | 0.24% | 0.97% | - |
| XYZ | 66.32 | 59.77 | 58.49 | - |
| YUV | 206.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 193 | 0 | 0.24 | 0.22 | 0.03 | 355 | 0.81 | 0.85 |
| Hex | F8 | BC | C1 | 0 | 18 | 16 | 3 | 163 | 51 | 55 |
| Octal | 370 | 274 | 301 | 0 | 30 | 26 | 3 | 543 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11000001 | 0 | 11000 | 10110 | 11 | 101100011 | 1010001 | 1010101 |
Color Harmonies of #F8BCC1
Complementary color
Monochromatic Colors of #F8BCC1
Black with #F8BCC1
Text Example
Text Example
White with #F8BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCC1; }
p { color: rgb(248,188,193); }
H1.HeaderClassName
{
color: #F8BCC1;
}
.AnyTagClassName
{
color: #F8BCC1;
}
</style>
background-color css
<style>
a { background-color: #F8BCC1; }
a { background-color: rgb(248,188,193); }
div.DivClassName
{
background-color: #F8BCC1;
}
.BgClassName
{
background-color: #F8BCC1;
}
</style>
border-color css
<style>
span { border-color: #F8BCC1; }
span { border-color: rgb(248,188,193); }
td.TdClassName
{
border-color: #F8BCC1;
}
.TagClassName
{
border-color: #F8BCC1;
}
</style>