Shades of Azalea #FBCACD
Tints of Azalea #FBCACD
RGB
CMYK
RGB Variations
Color information
#FBCACD (or 0xFBCACD) is known color: Azalea. HEX triplet: FB, CA and CD. RGB value is (251,202,205). Sum of RGB (Red+Green+Blue) = 251+202+205=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACD is #043532. Grayscale: #D9D9D9. Windows color (decimal): -275763 or 13486843. OLE color: 13486843.
HSL color Cylindrical-coordinate representation of color #FBCACD: hue angle of 356.33º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCACD is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 205 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.02 |
| HSL | 356.33º | 0.86% | 0.89% | - |
| HSV(B) | 356.33º | 0.2% | 0.98% | - |
| XYZ | 71.92 | 67.16 | 66.93 | - |
| YUV | 216.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 205 | 0 | 0.20 | 0.18 | 0.02 | 356.33 | 0.86 | 0.89 |
| Hex | FB | CA | CD | 0 | 14 | 12 | 2 | 164 | 56 | 59 |
| Octal | 373 | 312 | 315 | 0 | 24 | 22 | 2 | 544 | 126 | 131 |
| Binary | 11111011 | 11001010 | 11001101 | 0 | 10100 | 10010 | 10 | 101100100 | 1010110 | 1011001 |
Color Harmonies of #FBCACD
Complementary color
Monochromatic Colors of #FBCACD
Black with #FBCACD
Text Example
Text Example
White with #FBCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCACD; }
p { color: rgb(251,202,205); }
H1.HeaderClassName
{
color: #FBCACD;
}
.AnyTagClassName
{
color: #FBCACD;
}
</style>
background-color css
<style>
a { background-color: #FBCACD; }
a { background-color: rgb(251,202,205); }
div.DivClassName
{
background-color: #FBCACD;
}
.BgClassName
{
background-color: #FBCACD;
}
</style>
border-color css
<style>
span { border-color: #FBCACD; }
span { border-color: rgb(251,202,205); }
td.TdClassName
{
border-color: #FBCACD;
}
.TagClassName
{
border-color: #FBCACD;
}
</style>