Shades of Remy #FBDCD8
Tints of Remy #FBDCD8
RGB
CMYK
RGB Variations
Color information
#FBDCD8 (or 0xFBDCD8) is known color: Remy. HEX triplet: FB, DC and D8. RGB value is (251,220,216). Sum of RGB (Red+Green+Blue) = 251+220+216=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD8 is #042327. Grayscale: #E4E4E4. Windows color (decimal): -271144 or 14212347. OLE color: 14212347.
HSL color Cylindrical-coordinate representation of color #FBDCD8: hue angle of 6.86º 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 #FBDCD8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 216 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.02 |
| HSL | 6.86º | 0.81% | 0.92% | - |
| HSV(B) | 6.86º | 0.14% | 0.98% | - |
| XYZ | 77.77 | 76.65 | 75.66 | - |
| YUV | 228.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 216 | 0 | 0.12 | 0.14 | 0.02 | 6.86 | 0.81 | 0.92 |
| Hex | FB | DC | D8 | 0 | C | E | 2 | 7 | 51 | 5C |
| Octal | 373 | 334 | 330 | 0 | 14 | 16 | 2 | 7 | 121 | 134 |
| Binary | 11111011 | 11011100 | 11011000 | 0 | 1100 | 1110 | 10 | 111 | 1010001 | 1011100 |
Color Harmonies of #FBDCD8
Complementary color
Monochromatic Colors of #FBDCD8
Black with #FBDCD8
Text Example
Text Example
White with #FBDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCD8; }
p { color: rgb(251,220,216); }
H1.HeaderClassName
{
color: #FBDCD8;
}
.AnyTagClassName
{
color: #FBDCD8;
}
</style>
background-color css
<style>
a { background-color: #FBDCD8; }
a { background-color: rgb(251,220,216); }
div.DivClassName
{
background-color: #FBDCD8;
}
.BgClassName
{
background-color: #FBDCD8;
}
</style>
border-color css
<style>
span { border-color: #FBDCD8; }
span { border-color: rgb(251,220,216); }
td.TdClassName
{
border-color: #FBDCD8;
}
.TagClassName
{
border-color: #FBDCD8;
}
</style>