Shades of Remy #FFDAD9
Tints of Remy #FFDAD9
RGB
CMYK
RGB Variations
Color information
#FFDAD9 (or 0xFFDAD9) is known color: Remy. HEX triplet: FF, DA and D9. RGB value is (255,218,217). Sum of RGB (Red+Green+Blue) = 255+218+217=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD9 is #002526. Grayscale: #E4E4E4. Windows color (decimal): -9511 or 14277375. OLE color: 14277375.
HSL color Cylindrical-coordinate representation of color #FFDAD9: hue angle of 1.58º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAD9 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 217 | - |
| CMYK | 0 | 0.15 | 0.15 | 0 |
| HSL | 1.58º | 1% | 0.93% | - |
| HSV(B) | 1.58º | 0.15% | 1% | - |
| XYZ | 78.84 | 76.41 | 76.24 | - |
| YUV | 228.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 217 | 0 | 0.15 | 0.15 | 0 | 1.58 | 1 | 0.93 |
| Hex | FF | DA | D9 | 0 | F | F | 0 | 2 | 64 | 5D |
| Octal | 377 | 332 | 331 | 0 | 17 | 17 | 0 | 2 | 144 | 135 |
| Binary | 11111111 | 11011010 | 11011001 | 0 | 1111 | 1111 | 0 | 10 | 1100100 | 1011101 |
Color Harmonies of #FFDAD9
Complementary color
Monochromatic Colors of #FFDAD9
Black with #FFDAD9
Text Example
Text Example
White with #FFDAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAD9; }
p { color: rgb(255,218,217); }
H1.HeaderClassName
{
color: #FFDAD9;
}
.AnyTagClassName
{
color: #FFDAD9;
}
</style>
background-color css
<style>
a { background-color: #FFDAD9; }
a { background-color: rgb(255,218,217); }
div.DivClassName
{
background-color: #FFDAD9;
}
.BgClassName
{
background-color: #FFDAD9;
}
</style>
border-color css
<style>
span { border-color: #FFDAD9; }
span { border-color: rgb(255,218,217); }
td.TdClassName
{
border-color: #FFDAD9;
}
.TagClassName
{
border-color: #FFDAD9;
}
</style>