Html Css Color HEX #F1EBED Amour

📋 copy color: '#F1EBED'

red 241 ◦ green 235 ◦ blue 237

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

Shades of Amour #F1EBED

Tints of Amour #F1EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.96%

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

R = 33.8%
G = 32.96%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1EBED (or 0xF1EBED) is known color: Amour. HEX triplet: F1, EB and ED. RGB value is (241,235,237). Sum of RGB (Red+Green+Blue) = 241+235+237=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EBED is #0E1412. Grayscale: #EDEDED. Windows color (decimal): -922643 or 15592433. OLE color: 15592433.

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

Color convert

RGB 241 235 237 -
CMYK 0 0.02 0.02 0.05
HSL 340º 0.18% 0.93% -
HSV(B) 340º 0.02% 0.95% -
XYZ 81.27 84.23 92.1 -
YUV 237.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 241 235 237 0 0.02 0.02 0.05 340 0.18 0.93
Hex F1 EB ED 0 2 2 5 154 12 5D
Octal 361 353 355 0 2 2 5 524 22 135
Binary 11110001 11101011 11101101 0 10 10 101 101010100 10010 1011101

Color Harmonies of #F1EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EBED

Black with #F1EBED

Text Example


Text Example

White with #F1EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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