Html Css Color HEX #FAE3EA Amour

📋 copy color: '#FAE3EA'

red 250 ◦ green 227 ◦ blue 234

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

Shades of Amour #FAE3EA

Tints of Amour #FAE3EA

RGB

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

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

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

R = 35.16%
G = 31.93%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAE3EA (or 0xFAE3EA) is known color: Amour. HEX triplet: FA, E3 and EA. RGB value is (250,227,234). Sum of RGB (Red+Green+Blue) = 250+227+234=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3EA is #051C15. Grayscale: #EAEAEA. Windows color (decimal): -334870 or 15393786. OLE color: 15393786.

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

Color convert

RGB 250 227 234 -
CMYK 0 0.09 0.06 0.02
HSL 341.74º 0.7% 0.94% -
HSV(B) 341.74º 0.09% 0.98% -
XYZ 81.74 81.2 89.21 -
YUV 234.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 250 227 234 0 0.09 0.06 0.02 341.74 0.7 0.94
Hex FA E3 EA 0 9 6 2 156 46 5E
Octal 372 343 352 0 11 6 2 526 106 136
Binary 11111010 11100011 11101010 0 1001 110 10 101010110 1000110 1011110

Color Harmonies of #FAE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3EA

Black with #FAE3EA

Text Example


Text Example

White with #FAE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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