Html Css Color HEX #F1EDEE Amour

📋 copy color: '#F1EDEE'

red 241 ◦ green 237 ◦ blue 238

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

Shades of Amour #F1EDEE

Tints of Amour #F1EDEE

RGB

 RED value IS 241 (94.53% from 255) = 33.66%

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

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

R = 33.66%
G = 33.1%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1EDEE (or 0xF1EDEE) is known color: Amour. HEX triplet: F1, ED and EE. RGB value is (241,237,238). Sum of RGB (Red+Green+Blue) = 241+237+238=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDEE is #0E1211. Grayscale: #EEEEEE. Windows color (decimal): -922130 or 15658481. OLE color: 15658481.

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

Color convert

RGB 241 237 238 -
CMYK 0 0.02 0.01 0.05
HSL 345º 0.13% 0.94% -
HSV(B) 345º 0.02% 0.95% -
XYZ 81.99 85.44 93.06 -
YUV 238.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 241 237 238 0 0.02 0.01 0.05 345 0.13 0.94
Hex F1 ED EE 0 2 1 5 159 C 5E
Octal 361 355 356 0 2 1 5 531 14 136
Binary 11110001 11101101 11101110 0 10 1 101 101011001 1100 1011110

Color Harmonies of #F1EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDEE

Black with #F1EDEE

Text Example


Text Example

White with #F1EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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