Html Css Color HEX #F1F0DE Beige

📋 copy color: '#F1F0DE'

red 241 ◦ green 240 ◦ blue 222

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

Shades of Beige #F1F0DE

Tints of Beige #F1F0DE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.14%

 BLUE value IS 222 (87.11% from 255) = 31.58%

R = 34.28%
G = 34.14%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1F0DE (or 0xF1F0DE) is known color: Beige. HEX triplet: F1, F0 and DE. RGB value is (241,240,222). Sum of RGB (Red+Green+Blue) = 241+240+222=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0DE is #0E0F21. Grayscale: #EEEEEE. Windows color (decimal): -921378 or 14610673. OLE color: 14610673.

HSL color Cylindrical-coordinate representation of color #F1F0DE: hue angle of 56.84º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1F0DE is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 240 222 -
CMYK 0 0.00 0.08 0.05
HSL 56.84º 0.4% 0.91% -
HSV(B) 56.84º 0.08% 0.95% -
XYZ 80.62 86.29 81.51 -
YUV 238.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 241 240 222 0 0.00 0.08 0.05 56.84 0.4 0.91
Hex F1 F0 DE 0 0 8 5 39 28 5B
Octal 361 360 336 0 0 10 5 71 50 133
Binary 11110001 11110000 11011110 0 0 1000 101 111001 101000 1011011

Color Harmonies of #F1F0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F0DE

Black with #F1F0DE

Text Example


Text Example

White with #F1F0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F0DE; }

 p { color: rgb(241,240,222); }

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

background-color css

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

 a { background-color: rgb(241,240,222); }

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

border-color css

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

 span { border-color: rgb(241,240,222); }

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