Html Css Color HEX #FEE6ED Amour

📋 copy color: '#FEE6ED'

red 254 ◦ green 230 ◦ blue 237

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

Shades of Amour #FEE6ED

Tints of Amour #FEE6ED

RGB

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

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

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

R = 35.23%
G = 31.9%
B = 32.87%

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

#FEE6ED (or 0xFEE6ED) is known color: Amour. HEX triplet: FE, E6 and ED. RGB value is (254,230,237). Sum of RGB (Red+Green+Blue) = 254+230+237=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 230 (90.23% from 255 or 31.90% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6ED is #011912. Grayscale: #EDEDED. Windows color (decimal): -71955 or 15591166. OLE color: 15591166.

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

Color convert

RGB 254 230 237 -
CMYK 0 0.09 0.07 0.00
HSL 342.5º 0.92% 0.95% -
HSV(B) 342.5º 0.09% 1% -
XYZ 84.46 83.78 91.84 -
YUV 237.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 254 230 237 0 0.09 0.07 0.00 342.5 0.92 0.95
Hex FE E6 ED 0 9 7 0 156 5C 5F
Octal 376 346 355 0 11 7 0 526 134 137
Binary 11111110 11100110 11101101 0 1001 111 0 101010110 1011100 1011111

Color Harmonies of #FEE6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6ED

Black with #FEE6ED

Text Example


Text Example

White with #FEE6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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