Shades of Remy #FBE0DA
Tints of Remy #FBE0DA
RGB
CMYK
RGB Variations
Color information
#FBE0DA (or 0xFBE0DA) is known color: Remy. HEX triplet: FB, E0 and DA. RGB value is (251,224,218). Sum of RGB (Red+Green+Blue) = 251+224+218=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0DA is #041F25. Grayscale: #E7E7E7. Windows color (decimal): -270118 or 14344443. OLE color: 14344443.
HSL color Cylindrical-coordinate representation of color #FBE0DA: hue angle of 10.91º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBE0DA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 218 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.02 |
| HSL | 10.91º | 0.8% | 0.92% | - |
| HSV(B) | 10.91º | 0.13% | 0.98% | - |
| XYZ | 79.09 | 78.88 | 77.39 | - |
| YUV | 231.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 218 | 0 | 0.11 | 0.13 | 0.02 | 10.91 | 0.8 | 0.92 |
| Hex | FB | E0 | DA | 0 | B | D | 2 | B | 50 | 5C |
| Octal | 373 | 340 | 332 | 0 | 13 | 15 | 2 | 13 | 120 | 134 |
| Binary | 11111011 | 11100000 | 11011010 | 0 | 1011 | 1101 | 10 | 1011 | 1010000 | 1011100 |
Color Harmonies of #FBE0DA
Complementary color
Monochromatic Colors of #FBE0DA
Black with #FBE0DA
Text Example
Text Example
White with #FBE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0DA; }
p { color: rgb(251,224,218); }
H1.HeaderClassName
{
color: #FBE0DA;
}
.AnyTagClassName
{
color: #FBE0DA;
}
</style>
background-color css
<style>
a { background-color: #FBE0DA; }
a { background-color: rgb(251,224,218); }
div.DivClassName
{
background-color: #FBE0DA;
}
.BgClassName
{
background-color: #FBE0DA;
}
</style>
border-color css
<style>
span { border-color: #FBE0DA; }
span { border-color: rgb(251,224,218); }
td.TdClassName
{
border-color: #FBE0DA;
}
.TagClassName
{
border-color: #FBE0DA;
}
</style>