Html Css Color HEX #FAE3E7 Amour

📋 copy color: '#FAE3E7'

red 250 ◦ green 227 ◦ blue 231

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

Shades of Amour #FAE3E7

Tints of Amour #FAE3E7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.06%

 BLUE value IS 231 (90.63% from 255) = 32.63%

R = 35.31%
G = 32.06%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAE3E7 (or 0xFAE3E7) is known color: Amour. HEX triplet: FA, E3 and E7. RGB value is (250,227,231). Sum of RGB (Red+Green+Blue) = 250+227+231=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 227 (89.06% from 255 or 32.06% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3E7 is #051C18. Grayscale: #EAEAEA. Windows color (decimal): -334873 or 15197178. OLE color: 15197178.

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

Color convert

RGB 250 227 231 -
CMYK 0 0.09 0.08 0.02
HSL 349.57º 0.7% 0.94% -
HSV(B) 349.57º 0.09% 0.98% -
XYZ 81.32 81.03 86.96 -
YUV 234.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 250 227 231 0 0.09 0.08 0.02 349.57 0.7 0.94
Hex FA E3 E7 0 9 8 2 15E 46 5E
Octal 372 343 347 0 11 10 2 536 106 136
Binary 11111010 11100011 11100111 0 1001 1000 10 101011110 1000110 1011110

Color Harmonies of #FAE3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3E7

Black with #FAE3E7

Text Example


Text Example

White with #FAE3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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