Html Css Color HEX #FAE1E8 Amour

📋 copy color: '#FAE1E8'

red 250 ◦ green 225 ◦ blue 232

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

Shades of Amour #FAE1E8

Tints of Amour #FAE1E8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.82%

 BLUE value IS 232 (91.02% from 255) = 32.81%

R = 35.36%
G = 31.82%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAE1E8 (or 0xFAE1E8) is known color: Amour. HEX triplet: FA, E1 and E8. RGB value is (250,225,232). Sum of RGB (Red+Green+Blue) = 250+225+232=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1E8 is #051E17. Grayscale: #E9E9E9. Windows color (decimal): -335384 or 15262202. OLE color: 15262202.

HSL color Cylindrical-coordinate representation of color #FAE1E8: hue angle of 343.2º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE1E8 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 225 232 -
CMYK 0 0.10 0.07 0.02
HSL 343.2º 0.71% 0.93% -
HSV(B) 343.2º 0.1% 0.98% -
XYZ 80.92 80 87.52 -
YUV 233.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 250 225 232 0 0.10 0.07 0.02 343.2 0.71 0.93
Hex FA E1 E8 0 A 7 2 157 47 5D
Octal 372 341 350 0 12 7 2 527 107 135
Binary 11111010 11100001 11101000 0 1010 111 10 101010111 1000111 1011101

Color Harmonies of #FAE1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1E8

Black with #FAE1E8

Text Example


Text Example

White with #FAE1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1E8; }

 p { color: rgb(250,225,232); }

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

background-color css

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

 a { background-color: rgb(250,225,232); }

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

border-color css

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

 span { border-color: rgb(250,225,232); }

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