Shades of Remy #FDDEDB
Tints of Remy #FDDEDB
RGB
CMYK
RGB Variations
Color information
#FDDEDB (or 0xFDDEDB) is known color: Remy. HEX triplet: FD, DE and DB. RGB value is (253,222,219). Sum of RGB (Red+Green+Blue) = 253+222+219=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEDB is #022124. Grayscale: #E6E6E6. Windows color (decimal): -139557 or 14409469. OLE color: 14409469.
HSL color Cylindrical-coordinate representation of color #FDDEDB: hue angle of 5.29º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDEDB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 219 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 5.29º | 0.89% | 0.93% | - |
HSV(B) | 5.29º | 0.13% | 0.99% | - |
XYZ | 79.42 | 78.24 | 77.93 | - |
YUV | 230.93 | 121.27 | 143.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 219 | 0 | 0.12 | 0.13 | 0.01 | 5.29 | 0.89 | 0.93 |
Hex | FD | DE | DB | 0 | C | D | 1 | 5 | 59 | 5D |
Octal | 375 | 336 | 333 | 0 | 14 | 15 | 1 | 5 | 131 | 135 |
Binary | 11111101 | 11011110 | 11011011 | 0 | 1100 | 1101 | 1 | 101 | 1011001 | 1011101 |
Color Harmonies of #FDDEDB
Complementary color
Monochromatic Colors of #FDDEDB
Black with #FDDEDB
Text Example
Text Example
White with #FDDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEDB; }
p { color: rgb(253,222,219); }
H1.HeaderClassName
{
color: #FDDEDB;
}
.AnyTagClassName
{
color: #FDDEDB;
}
</style>
background-color css
<style>
a { background-color: #FDDEDB; }
a { background-color: rgb(253,222,219); }
div.DivClassName
{
background-color: #FDDEDB;
}
.BgClassName
{
background-color: #FDDEDB;
}
</style>
border-color css
<style>
span { border-color: #FDDEDB; }
span { border-color: rgb(253,222,219); }
td.TdClassName
{
border-color: #FDDEDB;
}
.TagClassName
{
border-color: #FDDEDB;
}
</style>