#F2F1DA

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

Shades of Beige #F2F1DA

Tints of Beige #F2F1DA

Color information

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

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

Color convert

RGB242241218-
CMYK00.000.100.05
HSL57.5º48%90.2%-
HSV(B)57.5º9.92%94.9%-
XYZ80.7386.8578.84-
YUV238.68116.33130.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224121800.000.100.0557.54890.2
HexF2F1DA00A53a305a
Octal362361332001257260132
Binary1111001011110001110110100010101011110101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1DA; }

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

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

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

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

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

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

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

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