Shades of Remy #FBDEDA
Tints of Remy #FBDEDA
RGB
CMYK
RGB Variations
Color information
#FBDEDA (or 0xFBDEDA) is known color: Remy. HEX triplet: FB, DE and DA. RGB value is (251,222,218). Sum of RGB (Red+Green+Blue) = 251+222+218=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEDA is #042125. Grayscale: #E6E6E6. Windows color (decimal): -270630 or 14343931. OLE color: 14343931.
HSL color Cylindrical-coordinate representation of color #FBDEDA: hue angle of 7.27º 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 #FBDEDA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 218 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.02 |
| HSL | 7.27º | 0.8% | 0.92% | - |
| HSV(B) | 7.27º | 0.13% | 0.98% | - |
| XYZ | 78.56 | 77.81 | 77.21 | - |
| YUV | 230.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 218 | 0 | 0.12 | 0.13 | 0.02 | 7.27 | 0.8 | 0.92 |
| Hex | FB | DE | DA | 0 | C | D | 2 | 7 | 50 | 5C |
| Octal | 373 | 336 | 332 | 0 | 14 | 15 | 2 | 7 | 120 | 134 |
| Binary | 11111011 | 11011110 | 11011010 | 0 | 1100 | 1101 | 10 | 111 | 1010000 | 1011100 |
Color Harmonies of #FBDEDA
Complementary color
Monochromatic Colors of #FBDEDA
Black with #FBDEDA
Text Example
Text Example
White with #FBDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEDA; }
p { color: rgb(251,222,218); }
H1.HeaderClassName
{
color: #FBDEDA;
}
.AnyTagClassName
{
color: #FBDEDA;
}
</style>
background-color css
<style>
a { background-color: #FBDEDA; }
a { background-color: rgb(251,222,218); }
div.DivClassName
{
background-color: #FBDEDA;
}
.BgClassName
{
background-color: #FBDEDA;
}
</style>
border-color css
<style>
span { border-color: #FBDEDA; }
span { border-color: rgb(251,222,218); }
td.TdClassName
{
border-color: #FBDEDA;
}
.TagClassName
{
border-color: #FBDEDA;
}
</style>