Shades of Azalea #FBC4C8
Tints of Azalea #FBC4C8
RGB
CMYK
RGB Variations
Color information
#FBC4C8 (or 0xFBC4C8) is known color: Azalea. HEX triplet: FB, C4 and C8. RGB value is (251,196,200). Sum of RGB (Red+Green+Blue) = 251+196+200=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4C8 is #043B37. Grayscale: #D4D4D4. Windows color (decimal): -277304 or 13157627. OLE color: 13157627.
HSL color Cylindrical-coordinate representation of color #FBC4C8: hue angle of 355.64º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC4C8 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 200 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.02 |
| HSL | 355.64º | 0.87% | 0.88% | - |
| HSV(B) | 355.64º | 0.22% | 0.98% | - |
| XYZ | 69.95 | 64.16 | 63.34 | - |
| YUV | 212.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 200 | 0 | 0.22 | 0.20 | 0.02 | 355.64 | 0.87 | 0.88 |
| Hex | FB | C4 | C8 | 0 | 16 | 14 | 2 | 164 | 57 | 58 |
| Octal | 373 | 304 | 310 | 0 | 26 | 24 | 2 | 544 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11001000 | 0 | 10110 | 10100 | 10 | 101100100 | 1010111 | 1011000 |
Color Harmonies of #FBC4C8
Complementary color
Monochromatic Colors of #FBC4C8
Black with #FBC4C8
Text Example
Text Example
White with #FBC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4C8; }
p { color: rgb(251,196,200); }
H1.HeaderClassName
{
color: #FBC4C8;
}
.AnyTagClassName
{
color: #FBC4C8;
}
</style>
background-color css
<style>
a { background-color: #FBC4C8; }
a { background-color: rgb(251,196,200); }
div.DivClassName
{
background-color: #FBC4C8;
}
.BgClassName
{
background-color: #FBC4C8;
}
</style>
border-color css
<style>
span { border-color: #FBC4C8; }
span { border-color: rgb(251,196,200); }
td.TdClassName
{
border-color: #FBC4C8;
}
.TagClassName
{
border-color: #FBC4C8;
}
</style>