Shades of Classic Rose #FBBBE4
Tints of Classic Rose #FBBBE4
RGB
CMYK
RGB Variations
Color information
#FBBBE4 (or 0xFBBBE4) is known color: Classic Rose. HEX triplet: FB, BB and E4. RGB value is (251,187,228). Sum of RGB (Red+Green+Blue) = 251+187+228=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBE4 is #04441B. Grayscale: #D2D2D2. Windows color (decimal): -279580 or 14990331. OLE color: 14990331.
HSL color Cylindrical-coordinate representation of color #FBBBE4: hue angle of 321.56º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBE4 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 228 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.02 |
| HSL | 321.56º | 0.89% | 0.86% | - |
| HSV(B) | 321.56º | 0.25% | 0.98% | - |
| XYZ | 71.56 | 61.65 | 81.53 | - |
| YUV | 210.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 228 | 0 | 0.25 | 0.09 | 0.02 | 321.56 | 0.89 | 0.86 |
| Hex | FB | BB | E4 | 0 | 19 | 9 | 2 | 142 | 59 | 56 |
| Octal | 373 | 273 | 344 | 0 | 31 | 11 | 2 | 502 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11100100 | 0 | 11001 | 1001 | 10 | 101000010 | 1011001 | 1010110 |
Color Harmonies of #FBBBE4
Complementary color
Monochromatic Colors of #FBBBE4
Black with #FBBBE4
Text Example
Text Example
White with #FBBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBE4; }
p { color: rgb(251,187,228); }
H1.HeaderClassName
{
color: #FBBBE4;
}
.AnyTagClassName
{
color: #FBBBE4;
}
</style>
background-color css
<style>
a { background-color: #FBBBE4; }
a { background-color: rgb(251,187,228); }
div.DivClassName
{
background-color: #FBBBE4;
}
.BgClassName
{
background-color: #FBBBE4;
}
</style>
border-color css
<style>
span { border-color: #FBBBE4; }
span { border-color: rgb(251,187,228); }
td.TdClassName
{
border-color: #FBBBE4;
}
.TagClassName
{
border-color: #FBBBE4;
}
</style>