Html Css Color HEX #FEE7EA Amour

📋 copy color: '#FEE7EA'

red 254 ◦ green 231 ◦ blue 234

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

Shades of Amour #FEE7EA

Tints of Amour #FEE7EA

RGB

 RED value IS 254 (99.61% from 255) = 35.33%

 GREEN value IS 231 (90.63% from 255) = 32.13%

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

R = 35.33%
G = 32.13%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEE7EA (or 0xFEE7EA) is known color: Amour. HEX triplet: FE, E7 and EA. RGB value is (254,231,234). Sum of RGB (Red+Green+Blue) = 254+231+234=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7EA is #011815. Grayscale: #EEEEEE. Windows color (decimal): -71702 or 15394814. OLE color: 15394814.

HSL color Cylindrical-coordinate representation of color #FEE7EA: hue angle of 352.17º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE7EA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 231 234 -
CMYK 0 0.09 0.08 0.00
HSL 352.17º 0.92% 0.95% -
HSV(B) 352.17º 0.09% 1% -
XYZ 84.3 84.16 89.64 -
YUV 238.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 254 231 234 0 0.09 0.08 0.00 352.17 0.92 0.95
Hex FE E7 EA 0 9 8 0 160 5C 5F
Octal 376 347 352 0 11 10 0 540 134 137
Binary 11111110 11100111 11101010 0 1001 1000 0 101100000 1011100 1011111

Color Harmonies of #FEE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE7EA

Black with #FEE7EA

Text Example


Text Example

White with #FEE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE7EA; }

 p { color: rgb(254,231,234); }

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

background-color css

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

 a { background-color: rgb(254,231,234); }

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

border-color css

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

 span { border-color: rgb(254,231,234); }

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