Html Css Color HEX #F9E4EC Amour

📋 copy color: '#F9E4EC'

red 249 ◦ green 228 ◦ blue 236

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

Shades of Amour #F9E4EC

Tints of Amour #F9E4EC

RGB

 RED value IS 249 (97.66% from 255) = 34.92%

 GREEN value IS 228 (89.45% from 255) = 31.98%

 BLUE value IS 236 (92.58% from 255) = 33.1%

R = 34.92%
G = 31.98%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9E4EC (or 0xF9E4EC) is known color: Amour. HEX triplet: F9, E4 and EC. RGB value is (249,228,236). Sum of RGB (Red+Green+Blue) = 249+228+236=713 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.92% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E4EC is #061B13. Grayscale: #EBEBEB. Windows color (decimal): -400148 or 15525113. OLE color: 15525113.

HSL color Cylindrical-coordinate representation of color #F9E4EC: hue angle of 337.14º degrees, saturation: 0.64, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F9E4EC is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 228 236 -
CMYK 0 0.08 0.05 0.02
HSL 337.14º 0.64% 0.94% -
HSV(B) 337.14º 0.08% 0.98% -
XYZ 81.95 81.68 90.8 -
YUV 235.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 249 228 236 0 0.08 0.05 0.02 337.14 0.64 0.94
Hex F9 E4 EC 0 8 5 2 151 40 5E
Octal 371 344 354 0 10 5 2 521 100 136
Binary 11111001 11100100 11101100 0 1000 101 10 101010001 1000000 1011110

Color Harmonies of #F9E4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E4EC

Black with #F9E4EC

Text Example


Text Example

White with #F9E4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E4EC; }

 p { color: rgb(249,228,236); }

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

background-color css

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

 a { background-color: rgb(249,228,236); }

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

border-color css

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

 span { border-color: rgb(249,228,236); }

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