Shades of Azalea #FBC7CA
Tints of Azalea #FBC7CA
RGB
CMYK
RGB Variations
Color information
#FBC7CA (or 0xFBC7CA) is known color: Azalea. HEX triplet: FB, C7 and CA. RGB value is (251,199,202). Sum of RGB (Red+Green+Blue) = 251+199+202=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7CA is #043835. Grayscale: #D6D6D6. Windows color (decimal): -276534 or 13289467. OLE color: 13289467.
HSL color Cylindrical-coordinate representation of color #FBC7CA: hue angle of 356.54º 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 #FBC7CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 202 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.02 |
| HSL | 356.54º | 0.87% | 0.88% | - |
| HSV(B) | 356.54º | 0.21% | 0.98% | - |
| XYZ | 70.87 | 65.62 | 64.81 | - |
| YUV | 214.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 202 | 0 | 0.21 | 0.20 | 0.02 | 356.54 | 0.87 | 0.88 |
| Hex | FB | C7 | CA | 0 | 15 | 14 | 2 | 165 | 57 | 58 |
| Octal | 373 | 307 | 312 | 0 | 25 | 24 | 2 | 545 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11001010 | 0 | 10101 | 10100 | 10 | 101100101 | 1010111 | 1011000 |
Color Harmonies of #FBC7CA
Complementary color
Monochromatic Colors of #FBC7CA
Black with #FBC7CA
Text Example
Text Example
White with #FBC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7CA; }
p { color: rgb(251,199,202); }
H1.HeaderClassName
{
color: #FBC7CA;
}
.AnyTagClassName
{
color: #FBC7CA;
}
</style>
background-color css
<style>
a { background-color: #FBC7CA; }
a { background-color: rgb(251,199,202); }
div.DivClassName
{
background-color: #FBC7CA;
}
.BgClassName
{
background-color: #FBC7CA;
}
</style>
border-color css
<style>
span { border-color: #FBC7CA; }
span { border-color: rgb(251,199,202); }
td.TdClassName
{
border-color: #FBC7CA;
}
.TagClassName
{
border-color: #FBC7CA;
}
</style>