Shades of Azalea #FBC8CC
Tints of Azalea #FBC8CC
RGB
CMYK
RGB Variations
Color information
#FBC8CC (or 0xFBC8CC) is known color: Azalea. HEX triplet: FB, C8 and CC. RGB value is (251,200,204). Sum of RGB (Red+Green+Blue) = 251+200+204=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8CC is #043733. Grayscale: #D7D7D7. Windows color (decimal): -276276 or 13420795. OLE color: 13420795.
HSL color Cylindrical-coordinate representation of color #FBC8CC: hue angle of 355.29º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8CC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 204 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.02 |
| HSL | 355.29º | 0.86% | 0.88% | - |
| HSV(B) | 355.29º | 0.2% | 0.98% | - |
| XYZ | 71.34 | 66.18 | 66.14 | - |
| YUV | 215.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 204 | 0 | 0.20 | 0.19 | 0.02 | 355.29 | 0.86 | 0.88 |
| Hex | FB | C8 | CC | 0 | 14 | 13 | 2 | 163 | 56 | 58 |
| Octal | 373 | 310 | 314 | 0 | 24 | 23 | 2 | 543 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11001100 | 0 | 10100 | 10011 | 10 | 101100011 | 1010110 | 1011000 |
Color Harmonies of #FBC8CC
Complementary color
Monochromatic Colors of #FBC8CC
Black with #FBC8CC
Text Example
Text Example
White with #FBC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8CC; }
p { color: rgb(251,200,204); }
H1.HeaderClassName
{
color: #FBC8CC;
}
.AnyTagClassName
{
color: #FBC8CC;
}
</style>
background-color css
<style>
a { background-color: #FBC8CC; }
a { background-color: rgb(251,200,204); }
div.DivClassName
{
background-color: #FBC8CC;
}
.BgClassName
{
background-color: #FBC8CC;
}
</style>
border-color css
<style>
span { border-color: #FBC8CC; }
span { border-color: rgb(251,200,204); }
td.TdClassName
{
border-color: #FBC8CC;
}
.TagClassName
{
border-color: #FBC8CC;
}
</style>