#FAEBEE

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

Shades of Amour #FAEBEE

Tints of Amour #FAEBEE

Color information

#FAEBEE (or 0xFAEBEE) is unknown color: approx Amour. HEX triplet: FA, EB and EE. RGB value is (250,235,238). Sum of RGB (Red+Green+Blue) = 250+235+238=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 235 (92.19% from 255 or 32.50% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBEE is #051411. Grayscale: #EFEFEF. Windows color (decimal): -332818 or 15657978. OLE color: 15657978.

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

Color convert

RGB250235238-
CMYK00.060.050.02
HSL348º60%95.1%-
HSV(B)348º6%98.04%-
XYZ84.5785.9193.01-
YUV239.83126.97135.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 235 (92.19% from 255) = 32.50%
BLUE value IS 238 (93.36% from 255) = 32.92%
R=34.58%
G=32.50%
B=32.92%

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
Decimal25023523800.060.050.023486095.1
HexFAEBEE065215c3c5f
Octal372353356065253474137
Binary1111101011101011111011100110101101010111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBEE; }

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

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

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

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

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

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

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

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