#FAEDEE

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

Shades of Amour #FAEDEE

Tints of Amour #FAEDEE

Color information

#FAEDEE (or 0xFAEDEE) is unknown color: approx Amour. HEX triplet: FA, ED and EE. RGB value is (250,237,238). Sum of RGB (Red+Green+Blue) = 250+237+238=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 238 (93.36% from 255 or 32.83% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDEE is #051211. Grayscale: #F1F1F1. Windows color (decimal): -332306 or 15658490. OLE color: 15658490.

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

Color convert

RGB250237238-
CMYK00.050.050.02
HSL355.38º56.52%95.49%-
HSV(B)355.38º5.2%98.04%-
XYZ85.1487.0793.21-
YUV241126.31134.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.48%
GREEN value IS 237 (92.97% from 255) = 32.69%
BLUE value IS 238 (93.36% from 255) = 32.83%
R=34.48%
G=32.69%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023723800.050.050.02355.3856.5295.49
HexFAEDEE0552163395f
Octal372355356055254371137
Binary1111101011101101111011100101101101011000111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDEE; }

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

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

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

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

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

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

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

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