Shades of Remy #FAE1DC
Tints of Remy #FAE1DC
RGB
CMYK
RGB Variations
Color information
#FAE1DC (or 0xFAE1DC) is known color: Remy. HEX triplet: FA, E1 and DC. RGB value is (250,225,220). Sum of RGB (Red+Green+Blue) = 250+225+220=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1DC is #051E23. Grayscale: #E7E7E7. Windows color (decimal): -335396 or 14475770. OLE color: 14475770.
HSL color Cylindrical-coordinate representation of color #FAE1DC: hue angle of 10º degrees, saturation: 0.75, 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 #FAE1DC is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 220 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.02 |
| HSL | 10º | 0.75% | 0.92% | - |
| HSV(B) | 10º | 0.12% | 0.98% | - |
| XYZ | 79.27 | 79.34 | 78.85 | - |
| YUV | 231.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 220 | 0 | 0.10 | 0.12 | 0.02 | 10 | 0.75 | 0.92 |
| Hex | FA | E1 | DC | 0 | A | C | 2 | A | 4B | 5C |
| Octal | 372 | 341 | 334 | 0 | 12 | 14 | 2 | 12 | 113 | 134 |
| Binary | 11111010 | 11100001 | 11011100 | 0 | 1010 | 1100 | 10 | 1010 | 1001011 | 1011100 |
Color Harmonies of #FAE1DC
Complementary color
Monochromatic Colors of #FAE1DC
Black with #FAE1DC
Text Example
Text Example
White with #FAE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1DC; }
p { color: rgb(250,225,220); }
H1.HeaderClassName
{
color: #FAE1DC;
}
.AnyTagClassName
{
color: #FAE1DC;
}
</style>
background-color css
<style>
a { background-color: #FAE1DC; }
a { background-color: rgb(250,225,220); }
div.DivClassName
{
background-color: #FAE1DC;
}
.BgClassName
{
background-color: #FAE1DC;
}
</style>
border-color css
<style>
span { border-color: #FAE1DC; }
span { border-color: rgb(250,225,220); }
td.TdClassName
{
border-color: #FAE1DC;
}
.TagClassName
{
border-color: #FAE1DC;
}
</style>