Html Css Color HEX #FEE8ED Amour

📋 copy color: '#FEE8ED'

red 254 ◦ green 232 ◦ blue 237

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

Shades of Amour #FEE8ED

Tints of Amour #FEE8ED

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.09%

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

R = 35.13%
G = 32.09%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEE8ED (or 0xFEE8ED) is known color: Amour. HEX triplet: FE, E8 and ED. RGB value is (254,232,237). Sum of RGB (Red+Green+Blue) = 254+232+237=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 237 (92.97% from 255 or 32.78% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8ED is #011712. Grayscale: #EFEFEF. Windows color (decimal): -71443 or 15591678. OLE color: 15591678.

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

Color convert

RGB 254 232 237 -
CMYK 0 0.09 0.07 0.00
HSL 346.36º 0.92% 0.95% -
HSV(B) 346.36º 0.09% 1% -
XYZ 85.02 84.9 92.03 -
YUV 239.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 254 232 237 0 0.09 0.07 0.00 346.36 0.92 0.95
Hex FE E8 ED 0 9 7 0 15A 5C 5F
Octal 376 350 355 0 11 7 0 532 134 137
Binary 11111110 11101000 11101101 0 1001 111 0 101011010 1011100 1011111

Color Harmonies of #FEE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE8ED

Black with #FEE8ED

Text Example


Text Example

White with #FEE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE8ED; }

 p { color: rgb(254,232,237); }

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

background-color css

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

 a { background-color: rgb(254,232,237); }

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

border-color css

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

 span { border-color: rgb(254,232,237); }

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