#F1F2DA

Color #F1F2DA Beige (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beige #F1F2DA

Tints of Beige #F1F2DA

Color information

#F1F2DA (or 0xF1F2DA) is unknown color: approx Beige. HEX triplet: F1, F2 and DA. RGB value is (241,242,218). Sum of RGB (Red+Green+Blue) = 241+242+218=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2DA is #0E0D25. Grayscale: #EFEFEF. Windows color (decimal): -920870 or 14349041. OLE color: 14349041.

HSL color Cylindrical-coordinate representation of color #F1F2DA: hue angle of 62.5º degrees, saturation: 0.48, 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 #F1F2DA is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241242218-
CMYK0.0000.100.05
HSL62.5º48%90.2%-
HSV(B)62.5º9.92%94.9%-
XYZ80.6887.2778.92-
YUV238.96116.17129.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.38%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 218 (85.55% from 255) = 31.10%
R=34.38%
G=34.52%
B=31.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412422180.0000.100.0562.54890.2
HexF1F2DA00A53e305a
Octal361362332001257660132
Binary1111000111110010110110100010101011111101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2DA; }

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

 H1.HeaderClassName
 {
   color: #F1F2DA;
 }
 .AnyTagClassName
 {
   color: #F1F2DA;
 }
</style>
background-color css

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

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

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

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

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

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