Shades of Remy #FDDBD9
Tints of Remy #FDDBD9
RGB
CMYK
RGB Variations
Color information
#FDDBD9 (or 0xFDDBD9) is known color: Remy. HEX triplet: FD, DB and D9. RGB value is (253,219,217). Sum of RGB (Red+Green+Blue) = 253+219+217=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBD9 is #022426. Grayscale: #E4E4E4. Windows color (decimal): -140327 or 14277629. OLE color: 14277629.
HSL color Cylindrical-coordinate representation of color #FDDBD9: hue angle of 3.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDBD9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 217 | - |
CMYK | 0 | 0.13 | 0.14 | 0.01 |
HSL | 3.33º | 0.9% | 0.92% | - |
HSV(B) | 3.33º | 0.14% | 0.99% | - |
XYZ | 78.36 | 76.56 | 76.29 | - |
YUV | 228.94 | 121.26 | 145.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 217 | 0 | 0.13 | 0.14 | 0.01 | 3.33 | 0.9 | 0.92 |
Hex | FD | DB | D9 | 0 | D | E | 1 | 3 | 5A | 5C |
Octal | 375 | 333 | 331 | 0 | 15 | 16 | 1 | 3 | 132 | 134 |
Binary | 11111101 | 11011011 | 11011001 | 0 | 1101 | 1110 | 1 | 11 | 1011010 | 1011100 |
Color Harmonies of #FDDBD9
Complementary color
Monochromatic Colors of #FDDBD9
Black with #FDDBD9
Text Example
Text Example
White with #FDDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBD9; }
p { color: rgb(253,219,217); }
H1.HeaderClassName
{
color: #FDDBD9;
}
.AnyTagClassName
{
color: #FDDBD9;
}
</style>
background-color css
<style>
a { background-color: #FDDBD9; }
a { background-color: rgb(253,219,217); }
div.DivClassName
{
background-color: #FDDBD9;
}
.BgClassName
{
background-color: #FDDBD9;
}
</style>
border-color css
<style>
span { border-color: #FDDBD9; }
span { border-color: rgb(253,219,217); }
td.TdClassName
{
border-color: #FDDBD9;
}
.TagClassName
{
border-color: #FDDBD9;
}
</style>