Html Css Color HEX #F9EDEE Amour

📋 copy color: '#F9EDEE'

red 249 ◦ green 237 ◦ blue 238

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

Shades of Amour #F9EDEE

Tints of Amour #F9EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.73%

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

R = 34.39%
G = 32.73%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9EDEE (or 0xF9EDEE) is known color: Amour. HEX triplet: F9, ED and EE. RGB value is (249,237,238). Sum of RGB (Red+Green+Blue) = 249+237+238=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDEE is #061211. Grayscale: #F0F0F0. Windows color (decimal): -397842 or 15658489. OLE color: 15658489.

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

Color convert

RGB 249 237 238 -
CMYK 0 0.05 0.04 0.02
HSL 355º 0.5% 0.95% -
HSV(B) 355º 0.05% 0.98% -
XYZ 84.78 86.88 93.19 -
YUV 240.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 249 237 238 0 0.05 0.04 0.02 355 0.5 0.95
Hex F9 ED EE 0 5 4 2 163 32 5F
Octal 371 355 356 0 5 4 2 543 62 137
Binary 11111001 11101101 11101110 0 101 100 10 101100011 110010 1011111

Color Harmonies of #F9EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EDEE

Black with #F9EDEE

Text Example


Text Example

White with #F9EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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