Html Css Color HEX #FAE6E9 Amour

📋 copy color: '#FAE6E9'

red 250 ◦ green 230 ◦ blue 233

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

Shades of Amour #FAE6E9

Tints of Amour #FAE6E9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.26%

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

R = 35.06%
G = 32.26%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAE6E9 (or 0xFAE6E9) is known color: Amour. HEX triplet: FA, E6 and E9. RGB value is (250,230,233). Sum of RGB (Red+Green+Blue) = 250+230+233=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6E9 is #051916. Grayscale: #ECECEC. Windows color (decimal): -334103 or 15329018. OLE color: 15329018.

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

Color convert

RGB 250 230 233 -
CMYK 0 0.08 0.07 0.02
HSL 351º 0.67% 0.94% -
HSV(B) 351º 0.08% 0.98% -
XYZ 82.43 82.8 88.73 -
YUV 236.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 250 230 233 0 0.08 0.07 0.02 351 0.67 0.94
Hex FA E6 E9 0 8 7 2 15F 43 5E
Octal 372 346 351 0 10 7 2 537 103 136
Binary 11111010 11100110 11101001 0 1000 111 10 101011111 1000011 1011110

Color Harmonies of #FAE6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6E9

Black with #FAE6E9

Text Example


Text Example

White with #FAE6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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