#F5EDEE

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

Shades of Amour #F5EDEE

Tints of Amour #F5EDEE

Color information

#F5EDEE (or 0xF5EDEE) is unknown color: approx Amour. HEX triplet: F5, ED and EE. RGB value is (245,237,238). Sum of RGB (Red+Green+Blue) = 245+237+238=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDEE is #0A1211. Grayscale: #EFEFEF. Windows color (decimal): -659986 or 15658485. OLE color: 15658485.

HSL color Cylindrical-coordinate representation of color #F5EDEE: hue angle of 352.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EDEE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245237238-
CMYK00.030.030.04
HSL352.5º28.57%94.51%-
HSV(B)352.5º3.27%96.08%-
XYZ83.3786.1593.12-
YUV239.51127.15131.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.03%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 238 (93.36% from 255) = 33.06%
R=34.03%
G=32.92%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523723800.030.030.04352.528.5794.51
HexF5EDEE03341601d5f
Octal365355356033454035137
Binary11110101111011011110111001111100101100000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDEE; }

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

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

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

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

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

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

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

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