Shades of Remy #FAE2DD
Tints of Remy #FAE2DD
RGB
CMYK
RGB Variations
Color information
#FAE2DD (or 0xFAE2DD) is known color: Remy. HEX triplet: FA, E2 and DD. RGB value is (250,226,221). Sum of RGB (Red+Green+Blue) = 250+226+221=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2DD is #051D22. Grayscale: #E8E8E8. Windows color (decimal): -335139 or 14541562. OLE color: 14541562.
HSL color Cylindrical-coordinate representation of color #FAE2DD: hue angle of 10.34º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE2DD is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 221 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.02 |
| HSL | 10.34º | 0.74% | 0.92% | - |
| HSV(B) | 10.34º | 0.12% | 0.98% | - |
| XYZ | 79.67 | 79.94 | 79.64 | - |
| YUV | 232.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 221 | 0 | 0.10 | 0.12 | 0.02 | 10.34 | 0.74 | 0.92 |
| Hex | FA | E2 | DD | 0 | A | C | 2 | A | 4A | 5C |
| Octal | 372 | 342 | 335 | 0 | 12 | 14 | 2 | 12 | 112 | 134 |
| Binary | 11111010 | 11100010 | 11011101 | 0 | 1010 | 1100 | 10 | 1010 | 1001010 | 1011100 |
Color Harmonies of #FAE2DD
Complementary color
Monochromatic Colors of #FAE2DD
Black with #FAE2DD
Text Example
Text Example
White with #FAE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2DD; }
p { color: rgb(250,226,221); }
H1.HeaderClassName
{
color: #FAE2DD;
}
.AnyTagClassName
{
color: #FAE2DD;
}
</style>
background-color css
<style>
a { background-color: #FAE2DD; }
a { background-color: rgb(250,226,221); }
div.DivClassName
{
background-color: #FAE2DD;
}
.BgClassName
{
background-color: #FAE2DD;
}
</style>
border-color css
<style>
span { border-color: #FAE2DD; }
span { border-color: rgb(250,226,221); }
td.TdClassName
{
border-color: #FAE2DD;
}
.TagClassName
{
border-color: #FAE2DD;
}
</style>