Html Css Color HEX #FAE2E7 Amour

📋 copy color: '#FAE2E7'

red 250 ◦ green 226 ◦ blue 231

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

Shades of Amour #FAE2E7

Tints of Amour #FAE2E7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.97%

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

R = 35.36%
G = 31.97%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAE2E7 (or 0xFAE2E7) is known color: Amour. HEX triplet: FA, E2 and E7. RGB value is (250,226,231). Sum of RGB (Red+Green+Blue) = 250+226+231=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2E7 is #051D18. Grayscale: #E9E9E9. Windows color (decimal): -335129 or 15196922. OLE color: 15196922.

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

Color convert

RGB 250 226 231 -
CMYK 0 0.10 0.08 0.02
HSL 347.5º 0.71% 0.93% -
HSV(B) 347.5º 0.1% 0.98% -
XYZ 81.04 80.49 86.87 -
YUV 233.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 250 226 231 0 0.10 0.08 0.02 347.5 0.71 0.93
Hex FA E2 E7 0 A 8 2 15C 47 5D
Octal 372 342 347 0 12 10 2 534 107 135
Binary 11111010 11100010 11100111 0 1010 1000 10 101011100 1000111 1011101

Color Harmonies of #FAE2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2E7

Black with #FAE2E7

Text Example


Text Example

White with #FAE2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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