Shades of Amour #FFEEEF
Tints of Amour #FFEEEF
RGB
CMYK
RGB Variations
Color information
#FFEEEF (or 0xFFEEEF) is known color: Amour. HEX triplet: FF, EE and EF. RGB value is (255,238,239). Sum of RGB (Red+Green+Blue) = 255+238+239=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 239 (93.75% from 255 or 32.65% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEEF is #001110. Grayscale: #F3F3F3. Windows color (decimal): -4369 or 15724287. OLE color: 15724287.
HSL color Cylindrical-coordinate representation of color #FFEEEF: hue angle of 356.47º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEEEF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 239 | - |
| CMYK | 0 | 0.07 | 0.06 | 0 |
| HSL | 356.47º | 1% | 0.97% | - |
| HSV(B) | 356.47º | 0.07% | 1% | - |
| XYZ | 87.39 | 88.64 | 94.16 | - |
| YUV | 243.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 239 | 0 | 0.07 | 0.06 | 0 | 356.47 | 1 | 0.97 |
| Hex | FF | EE | EF | 0 | 7 | 6 | 0 | 164 | 64 | 61 |
| Octal | 377 | 356 | 357 | 0 | 7 | 6 | 0 | 544 | 144 | 141 |
| Binary | 11111111 | 11101110 | 11101111 | 0 | 111 | 110 | 0 | 101100100 | 1100100 | 1100001 |
Color Harmonies of #FFEEEF
Complementary color
Monochromatic Colors of #FFEEEF
Black with #FFEEEF
Text Example
Text Example
White with #FFEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEEF; }
p { color: rgb(255,238,239); }
H1.HeaderClassName
{
color: #FFEEEF;
}
.AnyTagClassName
{
color: #FFEEEF;
}
</style>
background-color css
<style>
a { background-color: #FFEEEF; }
a { background-color: rgb(255,238,239); }
div.DivClassName
{
background-color: #FFEEEF;
}
.BgClassName
{
background-color: #FFEEEF;
}
</style>
border-color css
<style>
span { border-color: #FFEEEF; }
span { border-color: rgb(255,238,239); }
td.TdClassName
{
border-color: #FFEEEF;
}
.TagClassName
{
border-color: #FFEEEF;
}
</style>