Shades of Classic Rose #FBBDE0
Tints of Classic Rose #FBBDE0
RGB
CMYK
RGB Variations
Color information
#FBBDE0 (or 0xFBBDE0) is known color: Classic Rose. HEX triplet: FB, BD and E0. RGB value is (251,189,224). Sum of RGB (Red+Green+Blue) = 251+189+224=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDE0 is #04421F. Grayscale: #D3D3D3. Windows color (decimal): -279072 or 14728699. OLE color: 14728699.
HSL color Cylindrical-coordinate representation of color #FBBDE0: hue angle of 326.13º 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 #FBBDE0 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 224 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.02 |
| HSL | 326.13º | 0.89% | 0.86% | - |
| HSV(B) | 326.13º | 0.25% | 0.98% | - |
| XYZ | 71.44 | 62.29 | 78.78 | - |
| YUV | 211.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 224 | 0 | 0.25 | 0.11 | 0.02 | 326.13 | 0.89 | 0.86 |
| Hex | FB | BD | E0 | 0 | 19 | B | 2 | 146 | 59 | 56 |
| Octal | 373 | 275 | 340 | 0 | 31 | 13 | 2 | 506 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11100000 | 0 | 11001 | 1011 | 10 | 101000110 | 1011001 | 1010110 |
Color Harmonies of #FBBDE0
Complementary color
Monochromatic Colors of #FBBDE0
Black with #FBBDE0
Text Example
Text Example
White with #FBBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDE0; }
p { color: rgb(251,189,224); }
H1.HeaderClassName
{
color: #FBBDE0;
}
.AnyTagClassName
{
color: #FBBDE0;
}
</style>
background-color css
<style>
a { background-color: #FBBDE0; }
a { background-color: rgb(251,189,224); }
div.DivClassName
{
background-color: #FBBDE0;
}
.BgClassName
{
background-color: #FBBDE0;
}
</style>
border-color css
<style>
span { border-color: #FBBDE0; }
span { border-color: rgb(251,189,224); }
td.TdClassName
{
border-color: #FBBDE0;
}
.TagClassName
{
border-color: #FBBDE0;
}
</style>