Shades of Amour #FDEBEF
Tints of Amour #FDEBEF
RGB
CMYK
RGB Variations
Color information
#FDEBEF (or 0xFDEBEF) is known color: Amour. HEX triplet: FD, EB and EF. RGB value is (253,235,239). Sum of RGB (Red+Green+Blue) = 253+235+239=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBEF is #021410. Grayscale: #F0F0F0. Windows color (decimal): -136209 or 15723517. OLE color: 15723517.
HSL color Cylindrical-coordinate representation of color #FDEBEF: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEBEF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 239 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.01 |
| HSL | 346.67º | 0.82% | 0.96% | - |
| HSV(B) | 346.67º | 0.07% | 0.99% | - |
| XYZ | 85.8 | 86.53 | 93.84 | - |
| YUV | 240.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 239 | 0 | 0.07 | 0.06 | 0.01 | 346.67 | 0.82 | 0.96 |
| Hex | FD | EB | EF | 0 | 7 | 6 | 1 | 15B | 52 | 60 |
| Octal | 375 | 353 | 357 | 0 | 7 | 6 | 1 | 533 | 122 | 140 |
| Binary | 11111101 | 11101011 | 11101111 | 0 | 111 | 110 | 1 | 101011011 | 1010010 | 1100000 |
Color Harmonies of #FDEBEF
Complementary color
Monochromatic Colors of #FDEBEF
Black with #FDEBEF
Text Example
Text Example
White with #FDEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBEF; }
p { color: rgb(253,235,239); }
H1.HeaderClassName
{
color: #FDEBEF;
}
.AnyTagClassName
{
color: #FDEBEF;
}
</style>
background-color css
<style>
a { background-color: #FDEBEF; }
a { background-color: rgb(253,235,239); }
div.DivClassName
{
background-color: #FDEBEF;
}
.BgClassName
{
background-color: #FDEBEF;
}
</style>
border-color css
<style>
span { border-color: #FDEBEF; }
span { border-color: rgb(253,235,239); }
td.TdClassName
{
border-color: #FDEBEF;
}
.TagClassName
{
border-color: #FDEBEF;
}
</style>