#FAECEE

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

Shades of Amour #FAECEE

Tints of Amour #FAECEE

Color information

#FAECEE (or 0xFAECEE) is unknown color: approx Amour. HEX triplet: FA, EC and EE. RGB value is (250,236,238). Sum of RGB (Red+Green+Blue) = 250+236+238=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECEE is #051311. Grayscale: #F0F0F0. Windows color (decimal): -332562 or 15658234. OLE color: 15658234.

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

Color convert

RGB250236238-
CMYK00.060.050.02
HSL351.43º58.33%95.29%-
HSV(B)351.43º5.6%98.04%-
XYZ84.8586.4993.11-
YUV240.41126.64134.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 236 (92.58% from 255) = 32.60%
BLUE value IS 238 (93.36% from 255) = 32.87%
R=34.53%
G=32.60%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023623800.060.050.02351.4358.3395.29
HexFAECEE065215f3a5f
Octal372354356065253772137
Binary1111101011101100111011100110101101010111111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECEE; }

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

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

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

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

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

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

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

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