Shades of Remy #FDDEDA
Tints of Remy #FDDEDA
RGB
CMYK
RGB Variations
Color information
#FDDEDA (or 0xFDDEDA) is known color: Remy. HEX triplet: FD, DE and DA. RGB value is (253,222,218). Sum of RGB (Red+Green+Blue) = 253+222+218=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEDA is #022125. Grayscale: #E6E6E6. Windows color (decimal): -139558 or 14343933. OLE color: 14343933.
HSL color Cylindrical-coordinate representation of color #FDDEDA: hue angle of 6.86º 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 #FDDEDA is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 218 | - |
CMYK | 0 | 0.12 | 0.14 | 0.01 |
HSL | 6.86º | 0.9% | 0.92% | - |
HSV(B) | 6.86º | 0.14% | 0.99% | - |
XYZ | 79.28 | 78.19 | 77.24 | - |
YUV | 230.81 | 120.77 | 143.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 218 | 0 | 0.12 | 0.14 | 0.01 | 6.86 | 0.9 | 0.92 |
Hex | FD | DE | DA | 0 | C | E | 1 | 7 | 5A | 5C |
Octal | 375 | 336 | 332 | 0 | 14 | 16 | 1 | 7 | 132 | 134 |
Binary | 11111101 | 11011110 | 11011010 | 0 | 1100 | 1110 | 1 | 111 | 1011010 | 1011100 |
Color Harmonies of #FDDEDA
Complementary color
Monochromatic Colors of #FDDEDA
Black with #FDDEDA
Text Example
Text Example
White with #FDDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEDA; }
p { color: rgb(253,222,218); }
H1.HeaderClassName
{
color: #FDDEDA;
}
.AnyTagClassName
{
color: #FDDEDA;
}
</style>
background-color css
<style>
a { background-color: #FDDEDA; }
a { background-color: rgb(253,222,218); }
div.DivClassName
{
background-color: #FDDEDA;
}
.BgClassName
{
background-color: #FDDEDA;
}
</style>
border-color css
<style>
span { border-color: #FDDEDA; }
span { border-color: rgb(253,222,218); }
td.TdClassName
{
border-color: #FDDEDA;
}
.TagClassName
{
border-color: #FDDEDA;
}
</style>