Shades of Remy #FBDBDA
Tints of Remy #FBDBDA
RGB
CMYK
RGB Variations
Color information
#FBDBDA (or 0xFBDBDA) is known color: Remy. HEX triplet: FB, DB and DA. RGB value is (251,219,218). Sum of RGB (Red+Green+Blue) = 251+219+218=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBDA is #042425. Grayscale: #E4E4E4. Windows color (decimal): -271398 or 14343163. OLE color: 14343163.
HSL color Cylindrical-coordinate representation of color #FBDBDA: hue angle of 1.82º 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 #FBDBDA is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 218 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.02 |
| HSL | 1.82º | 0.8% | 0.92% | - |
| HSV(B) | 1.82º | 0.13% | 0.98% | - |
| XYZ | 77.77 | 76.23 | 76.95 | - |
| YUV | 228.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 218 | 0 | 0.13 | 0.13 | 0.02 | 1.82 | 0.8 | 0.92 |
| Hex | FB | DB | DA | 0 | D | D | 2 | 2 | 50 | 5C |
| Octal | 373 | 333 | 332 | 0 | 15 | 15 | 2 | 2 | 120 | 134 |
| Binary | 11111011 | 11011011 | 11011010 | 0 | 1101 | 1101 | 10 | 10 | 1010000 | 1011100 |
Color Harmonies of #FBDBDA
Complementary color
Monochromatic Colors of #FBDBDA
Black with #FBDBDA
Text Example
Text Example
White with #FBDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBDA; }
p { color: rgb(251,219,218); }
H1.HeaderClassName
{
color: #FBDBDA;
}
.AnyTagClassName
{
color: #FBDBDA;
}
</style>
background-color css
<style>
a { background-color: #FBDBDA; }
a { background-color: rgb(251,219,218); }
div.DivClassName
{
background-color: #FBDBDA;
}
.BgClassName
{
background-color: #FBDBDA;
}
</style>
border-color css
<style>
span { border-color: #FBDBDA; }
span { border-color: rgb(251,219,218); }
td.TdClassName
{
border-color: #FBDBDA;
}
.TagClassName
{
border-color: #FBDBDA;
}
</style>