Html Css Color HEX #FAE9EC Amour

📋 copy color: '#FAE9EC'

red 250 ◦ green 233 ◦ blue 236

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

Shades of Amour #FAE9EC

Tints of Amour #FAE9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.41%

 BLUE value IS 236 (92.58% from 255) = 32.82%

R = 34.77%
G = 32.41%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAE9EC (or 0xFAE9EC) is known color: Amour. HEX triplet: FA, E9 and EC. RGB value is (250,233,236). Sum of RGB (Red+Green+Blue) = 250+233+236=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9EC is #051613. Grayscale: #EEEEEE. Windows color (decimal): -333332 or 15526394. OLE color: 15526394.

HSL color Cylindrical-coordinate representation of color #FAE9EC: hue angle of 349.41º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE9EC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 236 -
CMYK 0 0.07 0.06 0.02
HSL 349.41º 0.63% 0.95% -
HSV(B) 349.41º 0.07% 0.98% -
XYZ 83.7 84.66 91.29 -
YUV 238.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 250 233 236 0 0.07 0.06 0.02 349.41 0.63 0.95
Hex FA E9 EC 0 7 6 2 15D 3F 5F
Octal 372 351 354 0 7 6 2 535 77 137
Binary 11111010 11101001 11101100 0 111 110 10 101011101 111111 1011111

Color Harmonies of #FAE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9EC

Black with #FAE9EC

Text Example


Text Example

White with #FAE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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