Shades of Classic Rose #FBBDE2
Tints of Classic Rose #FBBDE2
RGB
CMYK
RGB Variations
Color information
#FBBDE2 (or 0xFBBDE2) is known color: Classic Rose. HEX triplet: FB, BD and E2. RGB value is (251,189,226). Sum of RGB (Red+Green+Blue) = 251+189+226=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDE2 is #04421D. Grayscale: #D3D3D3. Windows color (decimal): -279070 or 14859771. OLE color: 14859771.
HSL color Cylindrical-coordinate representation of color #FBBDE2: hue angle of 324.19º 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 #FBBDE2 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 226 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 324.19º | 0.89% | 0.86% | - |
| HSV(B) | 324.19º | 0.25% | 0.98% | - |
| XYZ | 71.71 | 62.4 | 80.22 | - |
| YUV | 211.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 226 | 0 | 0.25 | 0.10 | 0.02 | 324.19 | 0.89 | 0.86 |
| Hex | FB | BD | E2 | 0 | 19 | A | 2 | 144 | 59 | 56 |
| Octal | 373 | 275 | 342 | 0 | 31 | 12 | 2 | 504 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11100010 | 0 | 11001 | 1010 | 10 | 101000100 | 1011001 | 1010110 |
Color Harmonies of #FBBDE2
Complementary color
Monochromatic Colors of #FBBDE2
Black with #FBBDE2
Text Example
Text Example
White with #FBBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDE2; }
p { color: rgb(251,189,226); }
H1.HeaderClassName
{
color: #FBBDE2;
}
.AnyTagClassName
{
color: #FBBDE2;
}
</style>
background-color css
<style>
a { background-color: #FBBDE2; }
a { background-color: rgb(251,189,226); }
div.DivClassName
{
background-color: #FBBDE2;
}
.BgClassName
{
background-color: #FBBDE2;
}
</style>
border-color css
<style>
span { border-color: #FBBDE2; }
span { border-color: rgb(251,189,226); }
td.TdClassName
{
border-color: #FBBDE2;
}
.TagClassName
{
border-color: #FBBDE2;
}
</style>