Shades of Remy #FAE1DD
Tints of Remy #FAE1DD
RGB
CMYK
RGB Variations
Color information
#FAE1DD (or 0xFAE1DD) is known color: Remy. HEX triplet: FA, E1 and DD. RGB value is (250,225,221). Sum of RGB (Red+Green+Blue) = 250+225+221=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1DD is #051E22. Grayscale: #E8E8E8. Windows color (decimal): -335395 or 14541306. OLE color: 14541306.
HSL color Cylindrical-coordinate representation of color #FAE1DD: hue angle of 8.28º 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 #FAE1DD is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 221 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.02 |
| HSL | 8.28º | 0.74% | 0.92% | - |
| HSV(B) | 8.28º | 0.12% | 0.98% | - |
| XYZ | 79.4 | 79.39 | 79.55 | - |
| YUV | 232.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 221 | 0 | 0.10 | 0.12 | 0.02 | 8.28 | 0.74 | 0.92 |
| Hex | FA | E1 | DD | 0 | A | C | 2 | 8 | 4A | 5C |
| Octal | 372 | 341 | 335 | 0 | 12 | 14 | 2 | 10 | 112 | 134 |
| Binary | 11111010 | 11100001 | 11011101 | 0 | 1010 | 1100 | 10 | 1000 | 1001010 | 1011100 |
Color Harmonies of #FAE1DD
Complementary color
Monochromatic Colors of #FAE1DD
Black with #FAE1DD
Text Example
Text Example
White with #FAE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1DD; }
p { color: rgb(250,225,221); }
H1.HeaderClassName
{
color: #FAE1DD;
}
.AnyTagClassName
{
color: #FAE1DD;
}
</style>
background-color css
<style>
a { background-color: #FAE1DD; }
a { background-color: rgb(250,225,221); }
div.DivClassName
{
background-color: #FAE1DD;
}
.BgClassName
{
background-color: #FAE1DD;
}
</style>
border-color css
<style>
span { border-color: #FAE1DD; }
span { border-color: rgb(250,225,221); }
td.TdClassName
{
border-color: #FAE1DD;
}
.TagClassName
{
border-color: #FAE1DD;
}
</style>