Html Css Color HEX #F1BEA4 Zinnwaldite

📋 copy color: '#F1BEA4'

red 241 ◦ green 190 ◦ blue 164

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

Shades of Zinnwaldite #F1BEA4

Tints of Zinnwaldite #F1BEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.56%

R = 40.5%
G = 31.93%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1BEA4 (or 0xF1BEA4) is known color: Zinnwaldite. HEX triplet: F1, BE and A4. RGB value is (241,190,164). Sum of RGB (Red+Green+Blue) = 241+190+164=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEA4 is #0E415B. Grayscale: #CACACA. Windows color (decimal): -934236 or 10796785. OLE color: 10796785.

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

Color convert

RGB 241 190 164 -
CMYK 0 0.21 0.32 0.05
HSL 20.26º 0.73% 0.79% -
HSV(B) 20.26º 0.32% 0.95% -
XYZ 61.39 58.21 43.12 -
YUV 202.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 241 190 164 0 0.21 0.32 0.05 20.26 0.73 0.79
Hex F1 BE A4 0 15 20 5 14 49 4F
Octal 361 276 244 0 25 40 5 24 111 117
Binary 11110001 10111110 10100100 0 10101 100000 101 10100 1001001 1001111

Color Harmonies of #F1BEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BEA4

Black with #F1BEA4

Text Example


Text Example

White with #F1BEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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