Html Css Color HEX #F1BEA6 Zinnwaldite

📋 copy color: '#F1BEA6'

red 241 ◦ green 190 ◦ blue 166

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

Shades of Zinnwaldite #F1BEA6

Tints of Zinnwaldite #F1BEA6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.83%

 BLUE value IS 166 (65.23% from 255) = 27.81%

R = 40.37%
G = 31.83%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F1BEA6 (or 0xF1BEA6) is known color: Zinnwaldite. HEX triplet: F1, BE and A6. RGB value is (241,190,166). Sum of RGB (Red+Green+Blue) = 241+190+166=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEA6 is #0E4159. Grayscale: #CACACA. Windows color (decimal): -934234 or 10927857. OLE color: 10927857.

HSL color Cylindrical-coordinate representation of color #F1BEA6: hue angle of 19.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1BEA6 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 190 166 -
CMYK 0 0.21 0.31 0.05
HSL 19.2º 0.73% 0.8% -
HSV(B) 19.2º 0.31% 0.95% -
XYZ 61.57 58.28 44.08 -
YUV 202.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 241 190 166 0 0.21 0.31 0.05 19.2 0.73 0.8
Hex F1 BE A6 0 15 1F 5 13 49 50
Octal 361 276 246 0 25 37 5 23 111 120
Binary 11110001 10111110 10100110 0 10101 11111 101 10011 1001001 1010000

Color Harmonies of #F1BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BEA6

Black with #F1BEA6

Text Example


Text Example

White with #F1BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BEA6; }

 p { color: rgb(241,190,166); }

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

background-color css

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

 a { background-color: rgb(241,190,166); }

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

border-color css

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

 span { border-color: rgb(241,190,166); }

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