Html Css Color HEX #FEEAEE Amour

📋 copy color: '#FEEAEE'

red 254 ◦ green 234 ◦ blue 238

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

Shades of Amour #FEEAEE

Tints of Amour #FEEAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.23%

 BLUE value IS 238 (93.36% from 255) = 32.78%

R = 34.99%
G = 32.23%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEEAEE (or 0xFEEAEE) is known color: Amour. HEX triplet: FE, EA and EE. RGB value is (254,234,238). Sum of RGB (Red+Green+Blue) = 254+234+238=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAEE is #011511. Grayscale: #F0F0F0. Windows color (decimal): -70930 or 15657726. OLE color: 15657726.

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

Color convert

RGB 254 234 238 -
CMYK 0 0.08 0.06 0.00
HSL 348º 0.91% 0.96% -
HSV(B) 348º 0.08% 1% -
XYZ 85.73 86.09 92.99 -
YUV 240.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 254 234 238 0 0.08 0.06 0.00 348 0.91 0.96
Hex FE EA EE 0 8 6 0 15C 5B 60
Octal 376 352 356 0 10 6 0 534 133 140
Binary 11111110 11101010 11101110 0 1000 110 0 101011100 1011011 1100000

Color Harmonies of #FEEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAEE

Black with #FEEAEE

Text Example


Text Example

White with #FEEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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