Html Css Color HEX #F9EAED Amour

📋 copy color: '#F9EAED'

red 249 ◦ green 234 ◦ blue 237

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

Shades of Amour #F9EAED

Tints of Amour #F9EAED

RGB

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

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

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

R = 34.58%
G = 32.5%
B = 32.92%

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

#F9EAED (or 0xF9EAED) is known color: Amour. HEX triplet: F9, EA and ED. RGB value is (249,234,237). Sum of RGB (Red+Green+Blue) = 249+234+237=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EAED is #061512. Grayscale: #EEEEEE. Windows color (decimal): -398611 or 15592185. OLE color: 15592185.

HSL color Cylindrical-coordinate representation of color #F9EAED: hue angle of 348º 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 #F9EAED is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 234 237 -
CMYK 0 0.06 0.05 0.02
HSL 348º 0.56% 0.95% -
HSV(B) 348º 0.06% 0.98% -
XYZ 83.78 85.1 92.13 -
YUV 238.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 249 234 237 0 0.06 0.05 0.02 348 0.56 0.95
Hex F9 EA ED 0 6 5 2 15C 38 5F
Octal 371 352 355 0 6 5 2 534 70 137
Binary 11111001 11101010 11101101 0 110 101 10 101011100 111000 1011111

Color Harmonies of #F9EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EAED

Black with #F9EAED

Text Example


Text Example

White with #F9EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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