Shades of Remy #FBDDDB
Tints of Remy #FBDDDB
RGB
CMYK
RGB Variations
Color information
#FBDDDB (or 0xFBDDDB) is known color: Remy. HEX triplet: FB, DD and DB. RGB value is (251,221,219). Sum of RGB (Red+Green+Blue) = 251+221+219=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDDB is #042224. Grayscale: #E5E5E5. Windows color (decimal): -270885 or 14409211. OLE color: 14409211.
HSL color Cylindrical-coordinate representation of color #FBDDDB: hue angle of 3.75º 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 #FBDDDB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 219 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.02 |
| HSL | 3.75º | 0.8% | 0.92% | - |
| HSV(B) | 3.75º | 0.13% | 0.98% | - |
| XYZ | 78.43 | 77.34 | 77.81 | - |
| YUV | 229.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 219 | 0 | 0.12 | 0.13 | 0.02 | 3.75 | 0.8 | 0.92 |
| Hex | FB | DD | DB | 0 | C | D | 2 | 4 | 50 | 5C |
| Octal | 373 | 335 | 333 | 0 | 14 | 15 | 2 | 4 | 120 | 134 |
| Binary | 11111011 | 11011101 | 11011011 | 0 | 1100 | 1101 | 10 | 100 | 1010000 | 1011100 |
Color Harmonies of #FBDDDB
Complementary color
Monochromatic Colors of #FBDDDB
Black with #FBDDDB
Text Example
Text Example
White with #FBDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDDB; }
p { color: rgb(251,221,219); }
H1.HeaderClassName
{
color: #FBDDDB;
}
.AnyTagClassName
{
color: #FBDDDB;
}
</style>
background-color css
<style>
a { background-color: #FBDDDB; }
a { background-color: rgb(251,221,219); }
div.DivClassName
{
background-color: #FBDDDB;
}
.BgClassName
{
background-color: #FBDDDB;
}
</style>
border-color css
<style>
span { border-color: #FBDDDB; }
span { border-color: rgb(251,221,219); }
td.TdClassName
{
border-color: #FBDDDB;
}
.TagClassName
{
border-color: #FBDDDB;
}
</style>