Html Css Color HEX #FAE7E9 Amour

📋 copy color: '#FAE7E9'

red 250 ◦ green 231 ◦ blue 233

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

Shades of Amour #FAE7E9

Tints of Amour #FAE7E9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.35%

 BLUE value IS 233 (91.41% from 255) = 32.63%

R = 35.01%
G = 32.35%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAE7E9 (or 0xFAE7E9) is known color: Amour. HEX triplet: FA, E7 and E9. RGB value is (250,231,233). Sum of RGB (Red+Green+Blue) = 250+231+233=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 233 (91.41% from 255 or 32.63% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7E9 is #051816. Grayscale: #ECECEC. Windows color (decimal): -333847 or 15329274. OLE color: 15329274.

HSL color Cylindrical-coordinate representation of color #FAE7E9: hue angle of 353.68º degrees, saturation: 0.66, 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 #FAE7E9 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 231 233 -
CMYK 0 0.08 0.07 0.02
HSL 353.68º 0.66% 0.94% -
HSV(B) 353.68º 0.08% 0.98% -
XYZ 82.71 83.36 88.82 -
YUV 236.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 250 231 233 0 0.08 0.07 0.02 353.68 0.66 0.94
Hex FA E7 E9 0 8 7 2 162 42 5E
Octal 372 347 351 0 10 7 2 542 102 136
Binary 11111010 11100111 11101001 0 1000 111 10 101100010 1000010 1011110

Color Harmonies of #FAE7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE7E9

Black with #FAE7E9

Text Example


Text Example

White with #FAE7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE7E9; }

 p { color: rgb(250,231,233); }

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

background-color css

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

 a { background-color: rgb(250,231,233); }

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

border-color css

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

 span { border-color: rgb(250,231,233); }

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