Shades of Remy #FBDFD9
Tints of Remy #FBDFD9
RGB
CMYK
RGB Variations
Color information
#FBDFD9 (or 0xFBDFD9) is known color: Remy. HEX triplet: FB, DF and D9. RGB value is (251,223,217). Sum of RGB (Red+Green+Blue) = 251+223+217=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFD9 is #042026. Grayscale: #E6E6E6. Windows color (decimal): -270375 or 14278651. OLE color: 14278651.
HSL color Cylindrical-coordinate representation of color #FBDFD9: hue angle of 10.59º 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 #FBDFD9 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 223 | 217 | - |
CMYK | 0 | 0.11 | 0.14 | 0.02 |
HSL | 10.59º | 0.81% | 0.92% | - |
HSV(B) | 10.59º | 0.14% | 0.98% | - |
XYZ | 78.7 | 78.29 | 76.61 | - |
YUV | 230.69 | 120.28 | 142.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 223 | 217 | 0 | 0.11 | 0.14 | 0.02 | 10.59 | 0.81 | 0.92 |
Hex | FB | DF | D9 | 0 | B | E | 2 | B | 51 | 5C |
Octal | 373 | 337 | 331 | 0 | 13 | 16 | 2 | 13 | 121 | 134 |
Binary | 11111011 | 11011111 | 11011001 | 0 | 1011 | 1110 | 10 | 1011 | 1010001 | 1011100 |
Color Harmonies of #FBDFD9
Complementary color
Monochromatic Colors of #FBDFD9
Black with #FBDFD9
Text Example
Text Example
White with #FBDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFD9; }
p { color: rgb(251,223,217); }
H1.HeaderClassName
{
color: #FBDFD9;
}
.AnyTagClassName
{
color: #FBDFD9;
}
</style>
background-color css
<style>
a { background-color: #FBDFD9; }
a { background-color: rgb(251,223,217); }
div.DivClassName
{
background-color: #FBDFD9;
}
.BgClassName
{
background-color: #FBDFD9;
}
</style>
border-color css
<style>
span { border-color: #FBDFD9; }
span { border-color: rgb(251,223,217); }
td.TdClassName
{
border-color: #FBDFD9;
}
.TagClassName
{
border-color: #FBDFD9;
}
</style>