Html Css Color HEX #FAE2EA Amour

📋 copy color: '#FAE2EA'

red 250 ◦ green 226 ◦ blue 234

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

Shades of Amour #FAE2EA

Tints of Amour #FAE2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 32.96%

R = 35.21%
G = 31.83%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAE2EA (or 0xFAE2EA) is known color: Amour. HEX triplet: FA, E2 and EA. RGB value is (250,226,234). Sum of RGB (Red+Green+Blue) = 250+226+234=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2EA is #051D15. Grayscale: #EAEAEA. Windows color (decimal): -335126 or 15393530. OLE color: 15393530.

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

Color convert

RGB 250 226 234 -
CMYK 0 0.10 0.06 0.02
HSL 340º 0.71% 0.93% -
HSV(B) 340º 0.1% 0.98% -
XYZ 81.47 80.66 89.12 -
YUV 234.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 250 226 234 0 0.10 0.06 0.02 340 0.71 0.93
Hex FA E2 EA 0 A 6 2 154 47 5D
Octal 372 342 352 0 12 6 2 524 107 135
Binary 11111010 11100010 11101010 0 1010 110 10 101010100 1000111 1011101

Color Harmonies of #FAE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2EA

Black with #FAE2EA

Text Example


Text Example

White with #FAE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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