Html Css Color HEX #F1F2D7 Beige

📋 copy color: '#F1F2D7'

red 241 ◦ green 242 ◦ blue 215

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

Shades of Beige #F1F2D7

Tints of Beige #F1F2D7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.67%

 BLUE value IS 215 (84.38% from 255) = 30.8%

R = 34.53%
G = 34.67%
B = 30.8%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1F2D7 (or 0xF1F2D7) is known color: Beige. HEX triplet: F1, F2 and D7. RGB value is (241,242,215). Sum of RGB (Red+Green+Blue) = 241+242+215=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 215 (84.38% from 255 or 30.80% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2D7 is #0E0D28. Grayscale: #EEEEEE. Windows color (decimal): -920873 or 14152433. OLE color: 14152433.

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

Color convert

RGB 241 242 215 -
CMYK 0.00 0 0.11 0.05
HSL 62.22º 0.51% 0.9% -
HSV(B) 62.22º 0.11% 0.95% -
XYZ 80.29 87.11 76.87 -
YUV 238.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 241 242 215 0.00 0 0.11 0.05 62.22 0.51 0.9
Hex F1 F2 D7 0 0 B 5 3E 33 5A
Octal 361 362 327 0 0 13 5 76 63 132
Binary 11110001 11110010 11010111 0 0 1011 101 111110 110011 1011010

Color Harmonies of #F1F2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F2D7

Black with #F1F2D7

Text Example


Text Example

White with #F1F2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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