#F9EDEE

Color #F9EDEE Amour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amour #F9EDEE

Tints of Amour #F9EDEE

Color information

#F9EDEE (or 0xF9EDEE) is unknown color: approx Amour. HEX triplet: F9, ED and EE. RGB value is (249,237,238). Sum of RGB (Red+Green+Blue) = 249+237+238=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDEE is #061211. Grayscale: #F0F0F0. Windows color (decimal): -397842 or 15658489. OLE color: 15658489.

HSL color Cylindrical-coordinate representation of color #F9EDEE: hue angle of 355º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9EDEE is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249237238-
CMYK00.050.040.02
HSL355º50%95.29%-
HSV(B)355º4.82%97.65%-
XYZ84.7886.8893.19-
YUV240.7126.48133.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 34.39%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 238 (93.36% from 255) = 32.87%
R=34.39%
G=32.73%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923723800.050.040.023555095.29
HexF9EDEE0542163325f
Octal371355356054254362137
Binary1111100111101101111011100101100101011000111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDEE; }

 p { color: rgb(249,237,238); }

 H1.HeaderClassName
 {
   color: #F9EDEE;
 }
 .AnyTagClassName
 {
   color: #F9EDEE;
 }
</style>
background-color css

<style>
 a { background-color: #F9EDEE; }

 a { background-color: rgb(249,237,238); }

 div.DivClassName
 {
   background-color: #F9EDEE;
 }
 .BgClassName
 {
   background-color: #F9EDEE;
 }
</style>
border-color css

<style>
 span { border-color: #F9EDEE; }

 span { border-color: rgb(249,237,238); }

 td.TdClassName
 {
   border-color: #F9EDEE;
 }
 .TagClassName
 {
   border-color: #F9EDEE;
 }
</style>