Shades of Remy #FDDAD8
Tints of Remy #FDDAD8
RGB
CMYK
RGB Variations
Color information
#FDDAD8 (or 0xFDDAD8) is known color: Remy. HEX triplet: FD, DA and D8. RGB value is (253,218,216). Sum of RGB (Red+Green+Blue) = 253+218+216=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAD8 is #022527. Grayscale: #E4E4E4. Windows color (decimal): -140584 or 14211837. OLE color: 14211837.
HSL color Cylindrical-coordinate representation of color #FDDAD8: hue angle of 3.24º 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 #FDDAD8 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 216 | - |
CMYK | 0 | 0.14 | 0.15 | 0.01 |
HSL | 3.24º | 0.9% | 0.92% | - |
HSV(B) | 3.24º | 0.15% | 0.99% | - |
XYZ | 77.97 | 75.98 | 75.52 | - |
YUV | 228.24 | 121.1 | 145.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 216 | 0 | 0.14 | 0.15 | 0.01 | 3.24 | 0.9 | 0.92 |
Hex | FD | DA | D8 | 0 | E | F | 1 | 3 | 5A | 5C |
Octal | 375 | 332 | 330 | 0 | 16 | 17 | 1 | 3 | 132 | 134 |
Binary | 11111101 | 11011010 | 11011000 | 0 | 1110 | 1111 | 1 | 11 | 1011010 | 1011100 |
Color Harmonies of #FDDAD8
Complementary color
Monochromatic Colors of #FDDAD8
Black with #FDDAD8
Text Example
Text Example
White with #FDDAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAD8; }
p { color: rgb(253,218,216); }
H1.HeaderClassName
{
color: #FDDAD8;
}
.AnyTagClassName
{
color: #FDDAD8;
}
</style>
background-color css
<style>
a { background-color: #FDDAD8; }
a { background-color: rgb(253,218,216); }
div.DivClassName
{
background-color: #FDDAD8;
}
.BgClassName
{
background-color: #FDDAD8;
}
</style>
border-color css
<style>
span { border-color: #FDDAD8; }
span { border-color: rgb(253,218,216); }
td.TdClassName
{
border-color: #FDDAD8;
}
.TagClassName
{
border-color: #FDDAD8;
}
</style>