Shades of Remy #FBDFDA
Tints of Remy #FBDFDA
RGB
CMYK
RGB Variations
Color information
#FBDFDA (or 0xFBDFDA) is known color: Remy. HEX triplet: FB, DF and DA. RGB value is (251,223,218). Sum of RGB (Red+Green+Blue) = 251+223+218=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFDA is #042025. Grayscale: #E6E6E6. Windows color (decimal): -270374 or 14344187. OLE color: 14344187.
HSL color Cylindrical-coordinate representation of color #FBDFDA: hue angle of 9.09º 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 #FBDFDA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 218 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.02 |
| HSL | 9.09º | 0.8% | 0.92% | - |
| HSV(B) | 9.09º | 0.13% | 0.98% | - |
| XYZ | 78.83 | 78.35 | 77.3 | - |
| YUV | 230.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 218 | 0 | 0.11 | 0.13 | 0.02 | 9.09 | 0.8 | 0.92 |
| Hex | FB | DF | DA | 0 | B | D | 2 | 9 | 50 | 5C |
| Octal | 373 | 337 | 332 | 0 | 13 | 15 | 2 | 11 | 120 | 134 |
| Binary | 11111011 | 11011111 | 11011010 | 0 | 1011 | 1101 | 10 | 1001 | 1010000 | 1011100 |
Color Harmonies of #FBDFDA
Complementary color
Monochromatic Colors of #FBDFDA
Black with #FBDFDA
Text Example
Text Example
White with #FBDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFDA; }
p { color: rgb(251,223,218); }
H1.HeaderClassName
{
color: #FBDFDA;
}
.AnyTagClassName
{
color: #FBDFDA;
}
</style>
background-color css
<style>
a { background-color: #FBDFDA; }
a { background-color: rgb(251,223,218); }
div.DivClassName
{
background-color: #FBDFDA;
}
.BgClassName
{
background-color: #FBDFDA;
}
</style>
border-color css
<style>
span { border-color: #FBDFDA; }
span { border-color: rgb(251,223,218); }
td.TdClassName
{
border-color: #FBDFDA;
}
.TagClassName
{
border-color: #FBDFDA;
}
</style>