#F2EBEE

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

Shades of Amour #F2EBEE

Tints of Amour #F2EBEE

Color information

#F2EBEE (or 0xF2EBEE) is unknown color: approx Amour. HEX triplet: F2, EB and EE. RGB value is (242,235,238). Sum of RGB (Red+Green+Blue) = 242+235+238=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 235 (92.19% from 255 or 32.87% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBEE is #0D1411. Grayscale: #EDEDED. Windows color (decimal): -857106 or 15657970. OLE color: 15657970.

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

Color convert

RGB242235238-
CMYK00.030.020.05
HSL334.29º21.21%93.53%-
HSV(B)334.29º2.89%94.9%-
XYZ81.7684.4792.88-
YUV237.44128.32131.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.85%
GREEN value IS 235 (92.19% from 255) = 32.87%
BLUE value IS 238 (93.36% from 255) = 33.29%
R=33.85%
G=32.87%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223523800.030.020.05334.2921.2193.53
HexF2EBEE032514e155e
Octal362353356032551625136
Binary11110010111010111110111001110101101001110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBEE; }

 p { color: rgb(242,235,238); }

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

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

 a { background-color: rgb(242,235,238); }

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

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

 span { border-color: rgb(242,235,238); }

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