Shades of Remy #FAE2DE
Tints of Remy #FAE2DE
RGB
CMYK
RGB Variations
Color information
#FAE2DE (or 0xFAE2DE) is known color: Remy. HEX triplet: FA, E2 and DE. RGB value is (250,226,222). Sum of RGB (Red+Green+Blue) = 250+226+222=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2DE is #051D21. Grayscale: #E8E8E8. Windows color (decimal): -335138 or 14607098. OLE color: 14607098.
HSL color Cylindrical-coordinate representation of color #FAE2DE: hue angle of 8.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE2DE is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 222 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 8.57º | 0.74% | 0.93% | - |
| HSV(B) | 8.57º | 0.11% | 0.98% | - |
| XYZ | 79.81 | 79.99 | 80.34 | - |
| YUV | 232.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 222 | 0 | 0.10 | 0.11 | 0.02 | 8.57 | 0.74 | 0.93 |
| Hex | FA | E2 | DE | 0 | A | B | 2 | 9 | 4A | 5D |
| Octal | 372 | 342 | 336 | 0 | 12 | 13 | 2 | 11 | 112 | 135 |
| Binary | 11111010 | 11100010 | 11011110 | 0 | 1010 | 1011 | 10 | 1001 | 1001010 | 1011101 |
Color Harmonies of #FAE2DE
Complementary color
Monochromatic Colors of #FAE2DE
Black with #FAE2DE
Text Example
Text Example
White with #FAE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2DE; }
p { color: rgb(250,226,222); }
H1.HeaderClassName
{
color: #FAE2DE;
}
.AnyTagClassName
{
color: #FAE2DE;
}
</style>
background-color css
<style>
a { background-color: #FAE2DE; }
a { background-color: rgb(250,226,222); }
div.DivClassName
{
background-color: #FAE2DE;
}
.BgClassName
{
background-color: #FAE2DE;
}
</style>
border-color css
<style>
span { border-color: #FAE2DE; }
span { border-color: rgb(250,226,222); }
td.TdClassName
{
border-color: #FAE2DE;
}
.TagClassName
{
border-color: #FAE2DE;
}
</style>