Html Css Color HEX #F1F0DA Beige

📋 copy color: '#F1F0DA'

red 241 ◦ green 240 ◦ blue 218

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

Shades of Beige #F1F0DA

Tints of Beige #F1F0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.19%

R = 34.48%
G = 34.33%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1F0DA (or 0xF1F0DA) is known color: Beige. HEX triplet: F1, F0 and DA. RGB value is (241,240,218). Sum of RGB (Red+Green+Blue) = 241+240+218=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0DA is #0E0F25. Grayscale: #EDEDED. Windows color (decimal): -921382 or 14348529. OLE color: 14348529.

HSL color Cylindrical-coordinate representation of color #F1F0DA: hue angle of 57.39º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1F0DA is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 240 218 -
CMYK 0 0.00 0.10 0.05
HSL 57.39º 0.45% 0.9% -
HSV(B) 57.39º 0.1% 0.95% -
XYZ 80.09 86.08 78.72 -
YUV 237.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 241 240 218 0 0.00 0.10 0.05 57.39 0.45 0.9
Hex F1 F0 DA 0 0 A 5 39 2D 5A
Octal 361 360 332 0 0 12 5 71 55 132
Binary 11110001 11110000 11011010 0 0 1010 101 111001 101101 1011010

Color Harmonies of #F1F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F0DA

Black with #F1F0DA

Text Example


Text Example

White with #F1F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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