Shades of Remy #FBE0DC
Tints of Remy #FBE0DC
RGB
CMYK
RGB Variations
Color information
#FBE0DC (or 0xFBE0DC) is known color: Remy. HEX triplet: FB, E0 and DC. RGB value is (251,224,220). Sum of RGB (Red+Green+Blue) = 251+224+220=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0DC is #041F23. Grayscale: #E7E7E7. Windows color (decimal): -270116 or 14475515. OLE color: 14475515.
HSL color Cylindrical-coordinate representation of color #FBE0DC: hue angle of 7.74º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE0DC is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 220 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.02 |
| HSL | 7.74º | 0.79% | 0.92% | - |
| HSV(B) | 7.74º | 0.12% | 0.98% | - |
| XYZ | 79.36 | 78.99 | 78.77 | - |
| YUV | 231.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 220 | 0 | 0.11 | 0.12 | 0.02 | 7.74 | 0.79 | 0.92 |
| Hex | FB | E0 | DC | 0 | B | C | 2 | 8 | 4F | 5C |
| Octal | 373 | 340 | 334 | 0 | 13 | 14 | 2 | 10 | 117 | 134 |
| Binary | 11111011 | 11100000 | 11011100 | 0 | 1011 | 1100 | 10 | 1000 | 1001111 | 1011100 |
Color Harmonies of #FBE0DC
Complementary color
Monochromatic Colors of #FBE0DC
Black with #FBE0DC
Text Example
Text Example
White with #FBE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0DC; }
p { color: rgb(251,224,220); }
H1.HeaderClassName
{
color: #FBE0DC;
}
.AnyTagClassName
{
color: #FBE0DC;
}
</style>
background-color css
<style>
a { background-color: #FBE0DC; }
a { background-color: rgb(251,224,220); }
div.DivClassName
{
background-color: #FBE0DC;
}
.BgClassName
{
background-color: #FBE0DC;
}
</style>
border-color css
<style>
span { border-color: #FBE0DC; }
span { border-color: rgb(251,224,220); }
td.TdClassName
{
border-color: #FBE0DC;
}
.TagClassName
{
border-color: #FBE0DC;
}
</style>