Shades of Amour #FFEDEE
Tints of Amour #FFEDEE
RGB
CMYK
RGB Variations
Color information
#FFEDEE (or 0xFFEDEE) is known color: Amour. HEX triplet: FF, ED and EE. RGB value is (255,237,238). Sum of RGB (Red+Green+Blue) = 255+237+238=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDEE is #001211. Grayscale: #F2F2F2. Windows color (decimal): -4626 or 15658495. OLE color: 15658495.
HSL color Cylindrical-coordinate representation of color #FFEDEE: hue angle of 356.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEDEE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 238 | - |
CMYK | 0 | 0.07 | 0.07 | 0 |
HSL | 356.67º | 1% | 0.96% | - |
HSV(B) | 356.67º | 0.07% | 1% | - |
XYZ | 86.96 | 88 | 93.29 | - |
YUV | 242.5 | 125.46 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 238 | 0 | 0.07 | 0.07 | 0 | 356.67 | 1 | 0.96 |
Hex | FF | ED | EE | 0 | 7 | 7 | 0 | 165 | 64 | 60 |
Octal | 377 | 355 | 356 | 0 | 7 | 7 | 0 | 545 | 144 | 140 |
Binary | 11111111 | 11101101 | 11101110 | 0 | 111 | 111 | 0 | 101100101 | 1100100 | 1100000 |
Color Harmonies of #FFEDEE
Complementary color
Monochromatic Colors of #FFEDEE
Black with #FFEDEE
Text Example
Text Example
White with #FFEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDEE; }
p { color: rgb(255,237,238); }
H1.HeaderClassName
{
color: #FFEDEE;
}
.AnyTagClassName
{
color: #FFEDEE;
}
</style>
background-color css
<style>
a { background-color: #FFEDEE; }
a { background-color: rgb(255,237,238); }
div.DivClassName
{
background-color: #FFEDEE;
}
.BgClassName
{
background-color: #FFEDEE;
}
</style>
border-color css
<style>
span { border-color: #FFEDEE; }
span { border-color: rgb(255,237,238); }
td.TdClassName
{
border-color: #FFEDEE;
}
.TagClassName
{
border-color: #FFEDEE;
}
</style>