Shades of Remy #FBDFD8
Tints of Remy #FBDFD8
RGB
CMYK
RGB Variations
Color information
#FBDFD8 (or 0xFBDFD8) is known color: Remy. HEX triplet: FB, DF and D8. RGB value is (251,223,216). Sum of RGB (Red+Green+Blue) = 251+223+216=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFD8 is #042027. Grayscale: #E6E6E6. Windows color (decimal): -270376 or 14213115. OLE color: 14213115.
HSL color Cylindrical-coordinate representation of color #FBDFD8: hue angle of 12º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBDFD8 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 216 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.02 |
| HSL | 12º | 0.81% | 0.92% | - |
| HSV(B) | 12º | 0.14% | 0.98% | - |
| XYZ | 78.57 | 78.24 | 75.93 | - |
| YUV | 230.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 216 | 0 | 0.11 | 0.14 | 0.02 | 12 | 0.81 | 0.92 |
| Hex | FB | DF | D8 | 0 | B | E | 2 | C | 51 | 5C |
| Octal | 373 | 337 | 330 | 0 | 13 | 16 | 2 | 14 | 121 | 134 |
| Binary | 11111011 | 11011111 | 11011000 | 0 | 1011 | 1110 | 10 | 1100 | 1010001 | 1011100 |
Color Harmonies of #FBDFD8
Complementary color
Monochromatic Colors of #FBDFD8
Black with #FBDFD8
Text Example
Text Example
White with #FBDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFD8; }
p { color: rgb(251,223,216); }
H1.HeaderClassName
{
color: #FBDFD8;
}
.AnyTagClassName
{
color: #FBDFD8;
}
</style>
background-color css
<style>
a { background-color: #FBDFD8; }
a { background-color: rgb(251,223,216); }
div.DivClassName
{
background-color: #FBDFD8;
}
.BgClassName
{
background-color: #FBDFD8;
}
</style>
border-color css
<style>
span { border-color: #FBDFD8; }
span { border-color: rgb(251,223,216); }
td.TdClassName
{
border-color: #FBDFD8;
}
.TagClassName
{
border-color: #FBDFD8;
}
</style>