Shades of Classic Rose #FBBDE3
Tints of Classic Rose #FBBDE3
RGB
CMYK
RGB Variations
Color information
#FBBDE3 (or 0xFBBDE3) is known color: Classic Rose. HEX triplet: FB, BD and E3. RGB value is (251,189,227). Sum of RGB (Red+Green+Blue) = 251+189+227=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDE3 is #04421C. Grayscale: #D3D3D3. Windows color (decimal): -279069 or 14925307. OLE color: 14925307.
HSL color Cylindrical-coordinate representation of color #FBBDE3: hue angle of 323.23º 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 #FBBDE3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 227 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 323.23º | 0.89% | 0.86% | - |
| HSV(B) | 323.23º | 0.25% | 0.98% | - |
| XYZ | 71.85 | 62.45 | 80.94 | - |
| YUV | 211.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 227 | 0 | 0.25 | 0.10 | 0.02 | 323.23 | 0.89 | 0.86 |
| Hex | FB | BD | E3 | 0 | 19 | A | 2 | 143 | 59 | 56 |
| Octal | 373 | 275 | 343 | 0 | 31 | 12 | 2 | 503 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11100011 | 0 | 11001 | 1010 | 10 | 101000011 | 1011001 | 1010110 |
Color Harmonies of #FBBDE3
Complementary color
Monochromatic Colors of #FBBDE3
Black with #FBBDE3
Text Example
Text Example
White with #FBBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDE3; }
p { color: rgb(251,189,227); }
H1.HeaderClassName
{
color: #FBBDE3;
}
.AnyTagClassName
{
color: #FBBDE3;
}
</style>
background-color css
<style>
a { background-color: #FBBDE3; }
a { background-color: rgb(251,189,227); }
div.DivClassName
{
background-color: #FBBDE3;
}
.BgClassName
{
background-color: #FBBDE3;
}
</style>
border-color css
<style>
span { border-color: #FBBDE3; }
span { border-color: rgb(251,189,227); }
td.TdClassName
{
border-color: #FBBDE3;
}
.TagClassName
{
border-color: #FBBDE3;
}
</style>