Html Css Color HEX #FEE0E7 Amour

📋 copy color: '#FEE0E7'

red 254 ◦ green 224 ◦ blue 231

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

Shades of Amour #FEE0E7

Tints of Amour #FEE0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.58%

R = 35.83%
G = 31.59%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEE0E7 (or 0xFEE0E7) is known color: Amour. HEX triplet: FE, E0 and E7. RGB value is (254,224,231). Sum of RGB (Red+Green+Blue) = 254+224+231=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 224 (87.89% from 255 or 31.59% from 709); Blue value is 231 (90.62% from 255 or 32.58% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0E7 is #011F18. Grayscale: #E9E9E9. Windows color (decimal): -73497 or 15196414. OLE color: 15196414.

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

Color convert

RGB 254 224 231 -
CMYK 0 0.12 0.09 0.00
HSL 346º 0.94% 0.94% -
HSV(B) 346º 0.12% 1% -
XYZ 81.95 80.15 86.75 -
YUV 233.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 254 224 231 0 0.12 0.09 0.00 346 0.94 0.94
Hex FE E0 E7 0 C 9 0 15A 5E 5E
Octal 376 340 347 0 14 11 0 532 136 136
Binary 11111110 11100000 11100111 0 1100 1001 0 101011010 1011110 1011110

Color Harmonies of #FEE0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0E7

Black with #FEE0E7

Text Example


Text Example

White with #FEE0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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