#F6ECEE

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

Shades of Amour #F6ECEE

Tints of Amour #F6ECEE

Color information

#F6ECEE (or 0xF6ECEE) is unknown color: approx Amour. HEX triplet: F6, EC and EE. RGB value is (246,236,238). Sum of RGB (Red+Green+Blue) = 246+236+238=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6ECEE is #091311. Grayscale: #EFEFEF. Windows color (decimal): -594706 or 15658230. OLE color: 15658230.

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

Color convert

RGB246236238-
CMYK00.040.030.04
HSL348º35.71%94.51%-
HSV(B)348º4.07%96.47%-
XYZ83.4385.7693.04-
YUV239.22127.31132.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.17%
GREEN value IS 236 (92.58% from 255) = 32.78%
BLUE value IS 238 (93.36% from 255) = 33.06%
R=34.17%
G=32.78%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623623800.040.030.0434835.7194.51
HexF6ECEE043415c245f
Octal366354356043453444137
Binary1111011011101100111011100100111001010111001001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ECEE; }

 p { color: rgb(246,236,238); }

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

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

 a { background-color: rgb(246,236,238); }

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

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

 span { border-color: rgb(246,236,238); }

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