Shades of Amour #FAEEEF
Tints of Amour #FAEEEF
RGB
CMYK
RGB Variations
Color information
#FAEEEF (or 0xFAEEEF) is known color: Amour. HEX triplet: FA, EE and EF. RGB value is (250,238,239). Sum of RGB (Red+Green+Blue) = 250+238+239=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEEF is #051110. Grayscale: #F1F1F1. Windows color (decimal): -332049 or 15724282. OLE color: 15724282.
HSL color Cylindrical-coordinate representation of color #FAEEEF: hue angle of 355º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEEEF is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 239 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.02 |
| HSL | 355º | 0.55% | 0.96% | - |
| HSV(B) | 355º | 0.05% | 0.98% | - |
| XYZ | 85.58 | 87.71 | 94.08 | - |
| YUV | 241.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 239 | 0 | 0.05 | 0.04 | 0.02 | 355 | 0.55 | 0.96 |
| Hex | FA | EE | EF | 0 | 5 | 4 | 2 | 163 | 37 | 60 |
| Octal | 372 | 356 | 357 | 0 | 5 | 4 | 2 | 543 | 67 | 140 |
| Binary | 11111010 | 11101110 | 11101111 | 0 | 101 | 100 | 10 | 101100011 | 110111 | 1100000 |
Color Harmonies of #FAEEEF
Complementary color
Monochromatic Colors of #FAEEEF
Black with #FAEEEF
Text Example
Text Example
White with #FAEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEEF; }
p { color: rgb(250,238,239); }
H1.HeaderClassName
{
color: #FAEEEF;
}
.AnyTagClassName
{
color: #FAEEEF;
}
</style>
background-color css
<style>
a { background-color: #FAEEEF; }
a { background-color: rgb(250,238,239); }
div.DivClassName
{
background-color: #FAEEEF;
}
.BgClassName
{
background-color: #FAEEEF;
}
</style>
border-color css
<style>
span { border-color: #FAEEEF; }
span { border-color: rgb(250,238,239); }
td.TdClassName
{
border-color: #FAEEEF;
}
.TagClassName
{
border-color: #FAEEEF;
}
</style>