Html Css Color HEX #FAE5EE Amour

📋 copy color: '#FAE5EE'

red 250 ◦ green 229 ◦ blue 238

#FAE5EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amour #FAE5EE

Tints of Amour #FAE5EE

RGB

 RED value IS 250 (98.05% from 255) = 34.87%

 GREEN value IS 229 (89.84% from 255) = 31.94%

 BLUE value IS 238 (93.36% from 255) = 33.19%

R = 34.87%
G = 31.94%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAE5EE (or 0xFAE5EE) is known color: Amour. HEX triplet: FA, E5 and EE. RGB value is (250,229,238). Sum of RGB (Red+Green+Blue) = 250+229+238=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5EE is #051A11. Grayscale: #ECECEC. Windows color (decimal): -334354 or 15656442. OLE color: 15656442.

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

Color convert

RGB 250 229 238 -
CMYK 0 0.08 0.05 0.02
HSL 334.29º 0.68% 0.94% -
HSV(B) 334.29º 0.08% 0.98% -
XYZ 82.88 82.54 92.45 -
YUV 236.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 250 229 238 0 0.08 0.05 0.02 334.29 0.68 0.94
Hex FA E5 EE 0 8 5 2 14E 44 5E
Octal 372 345 356 0 10 5 2 516 104 136
Binary 11111010 11100101 11101110 0 1000 101 10 101001110 1000100 1011110

Color Harmonies of #FAE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5EE

Black with #FAE5EE

Text Example


Text Example

White with #FAE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5EE; }

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

 H1.HeaderClassName
 {
   color: #FAE5EE;
 }
 .AnyTagClassName
 {
   color: #FAE5EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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