Shades of Azalea #FBC7C8
Tints of Azalea #FBC7C8
RGB
CMYK
RGB Variations
Color information
#FBC7C8 (or 0xFBC7C8) is known color: Azalea. HEX triplet: FB, C7 and C8. RGB value is (251,199,200). Sum of RGB (Red+Green+Blue) = 251+199+200=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7C8 is #043837. Grayscale: #D6D6D6. Windows color (decimal): -276536 or 13158395. OLE color: 13158395.
HSL color Cylindrical-coordinate representation of color #FBC7C8: hue angle of 358.85º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7C8 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 200 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.02 |
| HSL | 358.85º | 0.87% | 0.88% | - |
| HSV(B) | 358.85º | 0.21% | 0.98% | - |
| XYZ | 70.63 | 65.53 | 63.57 | - |
| YUV | 214.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 200 | 0 | 0.21 | 0.20 | 0.02 | 358.85 | 0.87 | 0.88 |
| Hex | FB | C7 | C8 | 0 | 15 | 14 | 2 | 167 | 57 | 58 |
| Octal | 373 | 307 | 310 | 0 | 25 | 24 | 2 | 547 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11001000 | 0 | 10101 | 10100 | 10 | 101100111 | 1010111 | 1011000 |
Color Harmonies of #FBC7C8
Complementary color
Monochromatic Colors of #FBC7C8
Black with #FBC7C8
Text Example
Text Example
White with #FBC7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7C8; }
p { color: rgb(251,199,200); }
H1.HeaderClassName
{
color: #FBC7C8;
}
.AnyTagClassName
{
color: #FBC7C8;
}
</style>
background-color css
<style>
a { background-color: #FBC7C8; }
a { background-color: rgb(251,199,200); }
div.DivClassName
{
background-color: #FBC7C8;
}
.BgClassName
{
background-color: #FBC7C8;
}
</style>
border-color css
<style>
span { border-color: #FBC7C8; }
span { border-color: rgb(251,199,200); }
td.TdClassName
{
border-color: #FBC7C8;
}
.TagClassName
{
border-color: #FBC7C8;
}
</style>