Shades of Remy #FBE1DD
Tints of Remy #FBE1DD
RGB
CMYK
RGB Variations
Color information
#FBE1DD (or 0xFBE1DD) is known color: Remy. HEX triplet: FB, E1 and DD. RGB value is (251,225,221). Sum of RGB (Red+Green+Blue) = 251+225+221=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1DD is #041E22. Grayscale: #E8E8E8. Windows color (decimal): -269859 or 14541307. OLE color: 14541307.
HSL color Cylindrical-coordinate representation of color #FBE1DD: hue angle of 8º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE1DD is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 221 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.02 |
| HSL | 8º | 0.79% | 0.93% | - |
| HSV(B) | 8º | 0.12% | 0.98% | - |
| XYZ | 79.76 | 79.58 | 79.56 | - |
| YUV | 232.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 221 | 0 | 0.10 | 0.12 | 0.02 | 8 | 0.79 | 0.93 |
| Hex | FB | E1 | DD | 0 | A | C | 2 | 8 | 4F | 5D |
| Octal | 373 | 341 | 335 | 0 | 12 | 14 | 2 | 10 | 117 | 135 |
| Binary | 11111011 | 11100001 | 11011101 | 0 | 1010 | 1100 | 10 | 1000 | 1001111 | 1011101 |
Color Harmonies of #FBE1DD
Complementary color
Monochromatic Colors of #FBE1DD
Black with #FBE1DD
Text Example
Text Example
White with #FBE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1DD; }
p { color: rgb(251,225,221); }
H1.HeaderClassName
{
color: #FBE1DD;
}
.AnyTagClassName
{
color: #FBE1DD;
}
</style>
background-color css
<style>
a { background-color: #FBE1DD; }
a { background-color: rgb(251,225,221); }
div.DivClassName
{
background-color: #FBE1DD;
}
.BgClassName
{
background-color: #FBE1DD;
}
</style>
border-color css
<style>
span { border-color: #FBE1DD; }
span { border-color: rgb(251,225,221); }
td.TdClassName
{
border-color: #FBE1DD;
}
.TagClassName
{
border-color: #FBE1DD;
}
</style>