Shades of Azalea #FBBEC2
Tints of Azalea #FBBEC2
RGB
CMYK
RGB Variations
Color information
#FBBEC2 (or 0xFBBEC2) is known color: Azalea. HEX triplet: FB, BE and C2. RGB value is (251,190,194). Sum of RGB (Red+Green+Blue) = 251+190+194=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEC2 is #04413D. Grayscale: #D0D0D0. Windows color (decimal): -278846 or 12762875. OLE color: 12762875.
HSL color Cylindrical-coordinate representation of color #FBBEC2: hue angle of 356.07º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEC2 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 194 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.02 |
| HSL | 356.07º | 0.88% | 0.86% | - |
| HSV(B) | 356.07º | 0.24% | 0.98% | - |
| XYZ | 67.93 | 61.23 | 59.28 | - |
| YUV | 208.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 194 | 0 | 0.24 | 0.23 | 0.02 | 356.07 | 0.88 | 0.86 |
| Hex | FB | BE | C2 | 0 | 18 | 17 | 2 | 164 | 58 | 56 |
| Octal | 373 | 276 | 302 | 0 | 30 | 27 | 2 | 544 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11000010 | 0 | 11000 | 10111 | 10 | 101100100 | 1011000 | 1010110 |
Color Harmonies of #FBBEC2
Complementary color
Monochromatic Colors of #FBBEC2
Black with #FBBEC2
Text Example
Text Example
White with #FBBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEC2; }
p { color: rgb(251,190,194); }
H1.HeaderClassName
{
color: #FBBEC2;
}
.AnyTagClassName
{
color: #FBBEC2;
}
</style>
background-color css
<style>
a { background-color: #FBBEC2; }
a { background-color: rgb(251,190,194); }
div.DivClassName
{
background-color: #FBBEC2;
}
.BgClassName
{
background-color: #FBBEC2;
}
</style>
border-color css
<style>
span { border-color: #FBBEC2; }
span { border-color: rgb(251,190,194); }
td.TdClassName
{
border-color: #FBBEC2;
}
.TagClassName
{
border-color: #FBBEC2;
}
</style>