Shades of Azalea #FBC5CA
Tints of Azalea #FBC5CA
RGB
CMYK
RGB Variations
Color information
#FBC5CA (or 0xFBC5CA) is known color: Azalea. HEX triplet: FB, C5 and CA. RGB value is (251,197,202). Sum of RGB (Red+Green+Blue) = 251+197+202=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5CA is #043A35. Grayscale: #D5D5D5. Windows color (decimal): -277046 or 13288955. OLE color: 13288955.
HSL color Cylindrical-coordinate representation of color #FBC5CA: hue angle of 354.44º 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 #FBC5CA is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 202 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.02 |
| HSL | 354.44º | 0.87% | 0.88% | - |
| HSV(B) | 354.44º | 0.22% | 0.98% | - |
| XYZ | 70.41 | 64.71 | 64.66 | - |
| YUV | 213.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 202 | 0 | 0.22 | 0.20 | 0.02 | 354.44 | 0.87 | 0.88 |
| Hex | FB | C5 | CA | 0 | 16 | 14 | 2 | 162 | 57 | 58 |
| Octal | 373 | 305 | 312 | 0 | 26 | 24 | 2 | 542 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11001010 | 0 | 10110 | 10100 | 10 | 101100010 | 1010111 | 1011000 |
Color Harmonies of #FBC5CA
Complementary color
Monochromatic Colors of #FBC5CA
Black with #FBC5CA
Text Example
Text Example
White with #FBC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5CA; }
p { color: rgb(251,197,202); }
H1.HeaderClassName
{
color: #FBC5CA;
}
.AnyTagClassName
{
color: #FBC5CA;
}
</style>
background-color css
<style>
a { background-color: #FBC5CA; }
a { background-color: rgb(251,197,202); }
div.DivClassName
{
background-color: #FBC5CA;
}
.BgClassName
{
background-color: #FBC5CA;
}
</style>
border-color css
<style>
span { border-color: #FBC5CA; }
span { border-color: rgb(251,197,202); }
td.TdClassName
{
border-color: #FBC5CA;
}
.TagClassName
{
border-color: #FBC5CA;
}
</style>