Html Css Color HEX #F9EAEC Amour

📋 copy color: '#F9EAEC'

red 249 ◦ green 234 ◦ blue 236

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

Shades of Amour #F9EAEC

Tints of Amour #F9EAEC

RGB

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

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

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

R = 34.63%
G = 32.55%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9EAEC (or 0xF9EAEC) is known color: Amour. HEX triplet: F9, EA and EC. RGB value is (249,234,236). Sum of RGB (Red+Green+Blue) = 249+234+236=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EAEC is #061513. Grayscale: #EEEEEE. Windows color (decimal): -398612 or 15526649. OLE color: 15526649.

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

Color convert

RGB 249 234 236 -
CMYK 0 0.06 0.05 0.02
HSL 352º 0.56% 0.95% -
HSV(B) 352º 0.06% 0.98% -
XYZ 83.63 85.04 91.36 -
YUV 238.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 249 234 236 0 0.06 0.05 0.02 352 0.56 0.95
Hex F9 EA EC 0 6 5 2 160 38 5F
Octal 371 352 354 0 6 5 2 540 70 137
Binary 11111001 11101010 11101100 0 110 101 10 101100000 111000 1011111

Color Harmonies of #F9EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EAEC

Black with #F9EAEC

Text Example


Text Example

White with #F9EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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