Html Css Color HEX #FAE0E9 Amour

📋 copy color: '#FAE0E9'

red 250 ◦ green 224 ◦ blue 233

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

Shades of Amour #FAE0E9

Tints of Amour #FAE0E9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.68%

 BLUE value IS 233 (91.41% from 255) = 32.96%

R = 35.36%
G = 31.68%
B = 32.96%

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

#FAE0E9 (or 0xFAE0E9) is known color: Amour. HEX triplet: FA, E0 and E9. RGB value is (250,224,233). Sum of RGB (Red+Green+Blue) = 250+224+233=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0E9 is #051F16. Grayscale: #E8E8E8. Windows color (decimal): -335639 or 15327482. OLE color: 15327482.

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

Color convert

RGB 250 224 233 -
CMYK 0 0.10 0.07 0.02
HSL 339.23º 0.72% 0.93% -
HSV(B) 339.23º 0.1% 0.98% -
XYZ 80.79 79.52 88.18 -
YUV 232.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 250 224 233 0 0.10 0.07 0.02 339.23 0.72 0.93
Hex FA E0 E9 0 A 7 2 153 48 5D
Octal 372 340 351 0 12 7 2 523 110 135
Binary 11111010 11100000 11101001 0 1010 111 10 101010011 1001000 1011101

Color Harmonies of #FAE0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0E9

Black with #FAE0E9

Text Example


Text Example

White with #FAE0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0E9; }

 p { color: rgb(250,224,233); }

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

background-color css

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

 a { background-color: rgb(250,224,233); }

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

border-color css

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

 span { border-color: rgb(250,224,233); }

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