Shades of Azalea #FBC8CA
Tints of Azalea #FBC8CA
RGB
CMYK
RGB Variations
Color information
#FBC8CA (or 0xFBC8CA) is known color: Azalea. HEX triplet: FB, C8 and CA. RGB value is (251,200,202). Sum of RGB (Red+Green+Blue) = 251+200+202=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8CA is #043735. Grayscale: #D7D7D7. Windows color (decimal): -276278 or 13289723. OLE color: 13289723.
HSL color Cylindrical-coordinate representation of color #FBC8CA: hue angle of 357.65º 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 #FBC8CA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 202 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.02 |
| HSL | 357.65º | 0.86% | 0.88% | - |
| HSV(B) | 357.65º | 0.2% | 0.98% | - |
| XYZ | 71.1 | 66.08 | 64.88 | - |
| YUV | 215.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 202 | 0 | 0.20 | 0.20 | 0.02 | 357.65 | 0.86 | 0.88 |
| Hex | FB | C8 | CA | 0 | 14 | 14 | 2 | 166 | 56 | 58 |
| Octal | 373 | 310 | 312 | 0 | 24 | 24 | 2 | 546 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11001010 | 0 | 10100 | 10100 | 10 | 101100110 | 1010110 | 1011000 |
Color Harmonies of #FBC8CA
Complementary color
Monochromatic Colors of #FBC8CA
Black with #FBC8CA
Text Example
Text Example
White with #FBC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8CA; }
p { color: rgb(251,200,202); }
H1.HeaderClassName
{
color: #FBC8CA;
}
.AnyTagClassName
{
color: #FBC8CA;
}
</style>
background-color css
<style>
a { background-color: #FBC8CA; }
a { background-color: rgb(251,200,202); }
div.DivClassName
{
background-color: #FBC8CA;
}
.BgClassName
{
background-color: #FBC8CA;
}
</style>
border-color css
<style>
span { border-color: #FBC8CA; }
span { border-color: rgb(251,200,202); }
td.TdClassName
{
border-color: #FBC8CA;
}
.TagClassName
{
border-color: #FBC8CA;
}
</style>