Html Css Color HEX #FAE3ED Amour

📋 copy color: '#FAE3ED'

red 250 ◦ green 227 ◦ blue 237

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

Shades of Amour #FAE3ED

Tints of Amour #FAE3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.19%

R = 35.01%
G = 31.79%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAE3ED (or 0xFAE3ED) is known color: Amour. HEX triplet: FA, E3 and ED. RGB value is (250,227,237). Sum of RGB (Red+Green+Blue) = 250+227+237=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 227 (89.06% from 255 or 31.79% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3ED is #051C12. Grayscale: #EBEBEB. Windows color (decimal): -334867 or 15590394. OLE color: 15590394.

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

Color convert

RGB 250 227 237 -
CMYK 0 0.09 0.05 0.02
HSL 333.91º 0.7% 0.94% -
HSV(B) 333.91º 0.09% 0.98% -
XYZ 82.18 81.38 91.5 -
YUV 235.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 250 227 237 0 0.09 0.05 0.02 333.91 0.7 0.94
Hex FA E3 ED 0 9 5 2 14E 46 5E
Octal 372 343 355 0 11 5 2 516 106 136
Binary 11111010 11100011 11101101 0 1001 101 10 101001110 1000110 1011110

Color Harmonies of #FAE3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3ED

Black with #FAE3ED

Text Example


Text Example

White with #FAE3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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