Shades of Remy #FFDAD8
Tints of Remy #FFDAD8
RGB
CMYK
RGB Variations
Color information
#FFDAD8 (or 0xFFDAD8) is known color: Remy. HEX triplet: FF, DA and D8. RGB value is (255,218,216). Sum of RGB (Red+Green+Blue) = 255+218+216=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAD8 is #002527. Grayscale: #E4E4E4. Windows color (decimal): -9512 or 14211839. OLE color: 14211839.
HSL color Cylindrical-coordinate representation of color #FFDAD8: hue angle of 3.08º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDAD8 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 216 | - |
| CMYK | 0 | 0.15 | 0.15 | 0 |
| HSL | 3.08º | 1% | 0.92% | - |
| HSV(B) | 3.08º | 0.15% | 1% | - |
| XYZ | 78.71 | 76.36 | 75.56 | - |
| YUV | 228.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 216 | 0 | 0.15 | 0.15 | 0 | 3.08 | 1 | 0.92 |
| Hex | FF | DA | D8 | 0 | F | F | 0 | 3 | 64 | 5C |
| Octal | 377 | 332 | 330 | 0 | 17 | 17 | 0 | 3 | 144 | 134 |
| Binary | 11111111 | 11011010 | 11011000 | 0 | 1111 | 1111 | 0 | 11 | 1100100 | 1011100 |
Color Harmonies of #FFDAD8
Complementary color
Monochromatic Colors of #FFDAD8
Black with #FFDAD8
Text Example
Text Example
White with #FFDAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAD8; }
p { color: rgb(255,218,216); }
H1.HeaderClassName
{
color: #FFDAD8;
}
.AnyTagClassName
{
color: #FFDAD8;
}
</style>
background-color css
<style>
a { background-color: #FFDAD8; }
a { background-color: rgb(255,218,216); }
div.DivClassName
{
background-color: #FFDAD8;
}
.BgClassName
{
background-color: #FFDAD8;
}
</style>
border-color css
<style>
span { border-color: #FFDAD8; }
span { border-color: rgb(255,218,216); }
td.TdClassName
{
border-color: #FFDAD8;
}
.TagClassName
{
border-color: #FFDAD8;
}
</style>