#F3EBEE

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

Shades of Amour #F3EBEE

Tints of Amour #F3EBEE

Color information

#F3EBEE (or 0xF3EBEE) is unknown color: approx Amour. HEX triplet: F3, EB and EE. RGB value is (243,235,238). Sum of RGB (Red+Green+Blue) = 243+235+238=716 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.94% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EBEE is #0C1411. Grayscale: #EDEDED. Windows color (decimal): -791570 or 15657971. OLE color: 15657971.

HSL color Cylindrical-coordinate representation of color #F3EBEE: hue angle of 337.5º degrees, saturation: 0.25, 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 #F3EBEE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243235238-
CMYK00.030.020.05
HSL337.5º25%93.73%-
HSV(B)337.5º3.29%95.29%-
XYZ82.184.6492.9-
YUV237.73128.15131.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.94%
GREEN value IS 235 (92.19% from 255) = 32.82%
BLUE value IS 238 (93.36% from 255) = 33.24%
R=33.94%
G=32.82%
B=33.24%

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
Decimal24323523800.030.020.05337.52593.73
HexF3EBEE0325152195e
Octal363353356032552231136
Binary11110011111010111110111001110101101010010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EBEE; }

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

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

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

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

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

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

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

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