Shades of Remy #FBDDD8
Tints of Remy #FBDDD8
RGB
CMYK
RGB Variations
Color information
#FBDDD8 (or 0xFBDDD8) is known color: Remy. HEX triplet: FB, DD and D8. RGB value is (251,221,216). Sum of RGB (Red+Green+Blue) = 251+221+216=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD8 is #042227. Grayscale: #E5E5E5. Windows color (decimal): -270888 or 14212603. OLE color: 14212603.
HSL color Cylindrical-coordinate representation of color #FBDDD8: hue angle of 8.57º 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 #FBDDD8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 216 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.02 |
| HSL | 8.57º | 0.81% | 0.92% | - |
| HSV(B) | 8.57º | 0.14% | 0.98% | - |
| XYZ | 78.03 | 77.18 | 75.75 | - |
| YUV | 229.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 216 | 0 | 0.12 | 0.14 | 0.02 | 8.57 | 0.81 | 0.92 |
| Hex | FB | DD | D8 | 0 | C | E | 2 | 9 | 51 | 5C |
| Octal | 373 | 335 | 330 | 0 | 14 | 16 | 2 | 11 | 121 | 134 |
| Binary | 11111011 | 11011101 | 11011000 | 0 | 1100 | 1110 | 10 | 1001 | 1010001 | 1011100 |
Color Harmonies of #FBDDD8
Complementary color
Monochromatic Colors of #FBDDD8
Black with #FBDDD8
Text Example
Text Example
White with #FBDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDD8; }
p { color: rgb(251,221,216); }
H1.HeaderClassName
{
color: #FBDDD8;
}
.AnyTagClassName
{
color: #FBDDD8;
}
</style>
background-color css
<style>
a { background-color: #FBDDD8; }
a { background-color: rgb(251,221,216); }
div.DivClassName
{
background-color: #FBDDD8;
}
.BgClassName
{
background-color: #FBDDD8;
}
</style>
border-color css
<style>
span { border-color: #FBDDD8; }
span { border-color: rgb(251,221,216); }
td.TdClassName
{
border-color: #FBDDD8;
}
.TagClassName
{
border-color: #FBDDD8;
}
</style>