Shades of Azalea #FBC5C8
Tints of Azalea #FBC5C8
RGB
CMYK
RGB Variations
Color information
#FBC5C8 (or 0xFBC5C8) is known color: Azalea. HEX triplet: FB, C5 and C8. RGB value is (251,197,200). Sum of RGB (Red+Green+Blue) = 251+197+200=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5C8 is #043A37. Grayscale: #D5D5D5. Windows color (decimal): -277048 or 13157883. OLE color: 13157883.
HSL color Cylindrical-coordinate representation of color #FBC5C8: hue angle of 356.67º 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 #FBC5C8 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 200 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.02 |
| HSL | 356.67º | 0.87% | 0.88% | - |
| HSV(B) | 356.67º | 0.22% | 0.98% | - |
| XYZ | 70.18 | 64.61 | 63.42 | - |
| YUV | 213.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 200 | 0 | 0.22 | 0.20 | 0.02 | 356.67 | 0.87 | 0.88 |
| Hex | FB | C5 | C8 | 0 | 16 | 14 | 2 | 165 | 57 | 58 |
| Octal | 373 | 305 | 310 | 0 | 26 | 24 | 2 | 545 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11001000 | 0 | 10110 | 10100 | 10 | 101100101 | 1010111 | 1011000 |
Color Harmonies of #FBC5C8
Complementary color
Monochromatic Colors of #FBC5C8
Black with #FBC5C8
Text Example
Text Example
White with #FBC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5C8; }
p { color: rgb(251,197,200); }
H1.HeaderClassName
{
color: #FBC5C8;
}
.AnyTagClassName
{
color: #FBC5C8;
}
</style>
background-color css
<style>
a { background-color: #FBC5C8; }
a { background-color: rgb(251,197,200); }
div.DivClassName
{
background-color: #FBC5C8;
}
.BgClassName
{
background-color: #FBC5C8;
}
</style>
border-color css
<style>
span { border-color: #FBC5C8; }
span { border-color: rgb(251,197,200); }
td.TdClassName
{
border-color: #FBC5C8;
}
.TagClassName
{
border-color: #FBC5C8;
}
</style>