Shades of Remy #FDDAD7
Tints of Remy #FDDAD7
RGB
CMYK
RGB Variations
Color information
#FDDAD7 (or 0xFDDAD7) is known color: Remy. HEX triplet: FD, DA and D7. RGB value is (253,218,215). Sum of RGB (Red+Green+Blue) = 253+218+215=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAD7 is #022528. Grayscale: #E4E4E4. Windows color (decimal): -140585 or 14146301. OLE color: 14146301.
HSL color Cylindrical-coordinate representation of color #FDDAD7: hue angle of 4.74º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDDAD7 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 215 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.01 |
| HSL | 4.74º | 0.9% | 0.92% | - |
| HSV(B) | 4.74º | 0.15% | 0.99% | - |
| XYZ | 77.85 | 75.93 | 74.84 | - |
| YUV | 228.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 215 | 0 | 0.14 | 0.15 | 0.01 | 4.74 | 0.9 | 0.92 |
| Hex | FD | DA | D7 | 0 | E | F | 1 | 5 | 5A | 5C |
| Octal | 375 | 332 | 327 | 0 | 16 | 17 | 1 | 5 | 132 | 134 |
| Binary | 11111101 | 11011010 | 11010111 | 0 | 1110 | 1111 | 1 | 101 | 1011010 | 1011100 |
Color Harmonies of #FDDAD7
Complementary color
Monochromatic Colors of #FDDAD7
Black with #FDDAD7
Text Example
Text Example
White with #FDDAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAD7; }
p { color: rgb(253,218,215); }
H1.HeaderClassName
{
color: #FDDAD7;
}
.AnyTagClassName
{
color: #FDDAD7;
}
</style>
background-color css
<style>
a { background-color: #FDDAD7; }
a { background-color: rgb(253,218,215); }
div.DivClassName
{
background-color: #FDDAD7;
}
.BgClassName
{
background-color: #FDDAD7;
}
</style>
border-color css
<style>
span { border-color: #FDDAD7; }
span { border-color: rgb(253,218,215); }
td.TdClassName
{
border-color: #FDDAD7;
}
.TagClassName
{
border-color: #FDDAD7;
}
</style>