Shades of Classic Rose #FBBBE5
Tints of Classic Rose #FBBBE5
RGB
CMYK
RGB Variations
Color information
#FBBBE5 (or 0xFBBBE5) is known color: Classic Rose. HEX triplet: FB, BB and E5. RGB value is (251,187,229). Sum of RGB (Red+Green+Blue) = 251+187+229=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBE5 is #04441A. Grayscale: #D2D2D2. Windows color (decimal): -279579 or 15055867. OLE color: 15055867.
HSL color Cylindrical-coordinate representation of color #FBBBE5: hue angle of 320.62º 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 #FBBBE5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 229 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.02 |
| HSL | 320.63º | 0.89% | 0.86% | - |
| HSV(B) | 320.63º | 0.25% | 0.98% | - |
| XYZ | 71.7 | 61.71 | 82.26 | - |
| YUV | 210.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 229 | 0 | 0.25 | 0.09 | 0.02 | 320.63 | 0.89 | 0.86 |
| Hex | FB | BB | E5 | 0 | 19 | 9 | 2 | 141 | 59 | 56 |
| Octal | 373 | 273 | 345 | 0 | 31 | 11 | 2 | 501 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11100101 | 0 | 11001 | 1001 | 10 | 101000001 | 1011001 | 1010110 |
Color Harmonies of #FBBBE5
Complementary color
Monochromatic Colors of #FBBBE5
Black with #FBBBE5
Text Example
Text Example
White with #FBBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBE5; }
p { color: rgb(251,187,229); }
H1.HeaderClassName
{
color: #FBBBE5;
}
.AnyTagClassName
{
color: #FBBBE5;
}
</style>
background-color css
<style>
a { background-color: #FBBBE5; }
a { background-color: rgb(251,187,229); }
div.DivClassName
{
background-color: #FBBBE5;
}
.BgClassName
{
background-color: #FBBBE5;
}
</style>
border-color css
<style>
span { border-color: #FBBBE5; }
span { border-color: rgb(251,187,229); }
td.TdClassName
{
border-color: #FBBBE5;
}
.TagClassName
{
border-color: #FBBBE5;
}
</style>