Shades of Remy #FBDDD7
Tints of Remy #FBDDD7
RGB
CMYK
RGB Variations
Color information
#FBDDD7 (or 0xFBDDD7) is known color: Remy. HEX triplet: FB, DD and D7. RGB value is (251,221,215). Sum of RGB (Red+Green+Blue) = 251+221+215=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD7 is #042228. Grayscale: #E5E5E5. Windows color (decimal): -270889 or 14147067. OLE color: 14147067.
HSL color Cylindrical-coordinate representation of color #FBDDD7: hue angle of 10º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBDDD7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 215 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.02 |
| HSL | 10º | 0.82% | 0.91% | - |
| HSV(B) | 10º | 0.14% | 0.98% | - |
| XYZ | 77.91 | 77.13 | 75.07 | - |
| YUV | 229.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 215 | 0 | 0.12 | 0.14 | 0.02 | 10 | 0.82 | 0.91 |
| Hex | FB | DD | D7 | 0 | C | E | 2 | A | 52 | 5B |
| Octal | 373 | 335 | 327 | 0 | 14 | 16 | 2 | 12 | 122 | 133 |
| Binary | 11111011 | 11011101 | 11010111 | 0 | 1100 | 1110 | 10 | 1010 | 1010010 | 1011011 |
Color Harmonies of #FBDDD7
Complementary color
Monochromatic Colors of #FBDDD7
Black with #FBDDD7
Text Example
Text Example
White with #FBDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDD7; }
p { color: rgb(251,221,215); }
H1.HeaderClassName
{
color: #FBDDD7;
}
.AnyTagClassName
{
color: #FBDDD7;
}
</style>
background-color css
<style>
a { background-color: #FBDDD7; }
a { background-color: rgb(251,221,215); }
div.DivClassName
{
background-color: #FBDDD7;
}
.BgClassName
{
background-color: #FBDDD7;
}
</style>
border-color css
<style>
span { border-color: #FBDDD7; }
span { border-color: rgb(251,221,215); }
td.TdClassName
{
border-color: #FBDDD7;
}
.TagClassName
{
border-color: #FBDDD7;
}
</style>