Shades of Remy #FBDCDB
Tints of Remy #FBDCDB
RGB
CMYK
RGB Variations
Color information
#FBDCDB (or 0xFBDCDB) is known color: Remy. HEX triplet: FB, DC and DB. RGB value is (251,220,219). Sum of RGB (Red+Green+Blue) = 251+220+219=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCDB is #042324. Grayscale: #E5E5E5. Windows color (decimal): -271141 or 14408955. OLE color: 14408955.
HSL color Cylindrical-coordinate representation of color #FBDCDB: hue angle of 1.88º 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 #FBDCDB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 219 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.02 |
| HSL | 1.88º | 0.8% | 0.92% | - |
| HSV(B) | 1.88º | 0.13% | 0.98% | - |
| XYZ | 78.16 | 76.81 | 77.72 | - |
| YUV | 229.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 219 | 0 | 0.12 | 0.13 | 0.02 | 1.88 | 0.8 | 0.92 |
| Hex | FB | DC | DB | 0 | C | D | 2 | 2 | 50 | 5C |
| Octal | 373 | 334 | 333 | 0 | 14 | 15 | 2 | 2 | 120 | 134 |
| Binary | 11111011 | 11011100 | 11011011 | 0 | 1100 | 1101 | 10 | 10 | 1010000 | 1011100 |
Color Harmonies of #FBDCDB
Complementary color
Monochromatic Colors of #FBDCDB
Black with #FBDCDB
Text Example
Text Example
White with #FBDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCDB; }
p { color: rgb(251,220,219); }
H1.HeaderClassName
{
color: #FBDCDB;
}
.AnyTagClassName
{
color: #FBDCDB;
}
</style>
background-color css
<style>
a { background-color: #FBDCDB; }
a { background-color: rgb(251,220,219); }
div.DivClassName
{
background-color: #FBDCDB;
}
.BgClassName
{
background-color: #FBDCDB;
}
</style>
border-color css
<style>
span { border-color: #FBDCDB; }
span { border-color: rgb(251,220,219); }
td.TdClassName
{
border-color: #FBDCDB;
}
.TagClassName
{
border-color: #FBDCDB;
}
</style>