Shades of Remy #FDDAD9
Tints of Remy #FDDAD9
RGB
CMYK
RGB Variations
Color information
#FDDAD9 (or 0xFDDAD9) is known color: Remy. HEX triplet: FD, DA and D9. RGB value is (253,218,217). Sum of RGB (Red+Green+Blue) = 253+218+217=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAD9 is #022526. Grayscale: #E4E4E4. Windows color (decimal): -140583 or 14277373. OLE color: 14277373.
HSL color Cylindrical-coordinate representation of color #FDDAD9: hue angle of 1.67º 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 #FDDAD9 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 217 | - |
CMYK | 0 | 0.14 | 0.14 | 0.01 |
HSL | 1.67º | 0.9% | 0.92% | - |
HSV(B) | 1.67º | 0.14% | 0.99% | - |
XYZ | 78.1 | 76.04 | 76.21 | - |
YUV | 228.35 | 121.6 | 145.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 217 | 0 | 0.14 | 0.14 | 0.01 | 1.67 | 0.9 | 0.92 |
Hex | FD | DA | D9 | 0 | E | E | 1 | 2 | 5A | 5C |
Octal | 375 | 332 | 331 | 0 | 16 | 16 | 1 | 2 | 132 | 134 |
Binary | 11111101 | 11011010 | 11011001 | 0 | 1110 | 1110 | 1 | 10 | 1011010 | 1011100 |
Color Harmonies of #FDDAD9
Complementary color
Monochromatic Colors of #FDDAD9
Black with #FDDAD9
Text Example
Text Example
White with #FDDAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAD9; }
p { color: rgb(253,218,217); }
H1.HeaderClassName
{
color: #FDDAD9;
}
.AnyTagClassName
{
color: #FDDAD9;
}
</style>
background-color css
<style>
a { background-color: #FDDAD9; }
a { background-color: rgb(253,218,217); }
div.DivClassName
{
background-color: #FDDAD9;
}
.BgClassName
{
background-color: #FDDAD9;
}
</style>
border-color css
<style>
span { border-color: #FDDAD9; }
span { border-color: rgb(253,218,217); }
td.TdClassName
{
border-color: #FDDAD9;
}
.TagClassName
{
border-color: #FDDAD9;
}
</style>