Html Css Color HEX #F5BEA9 Zinnwaldite

📋 copy color: '#F5BEA9'

red 245 ◦ green 190 ◦ blue 169

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

Shades of Zinnwaldite #F5BEA9

Tints of Zinnwaldite #F5BEA9

RGB

 RED value IS 245 (96.09% from 255) = 40.56%

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

 BLUE value IS 169 (66.41% from 255) = 27.98%

R = 40.56%
G = 31.46%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5BEA9 (or 0xF5BEA9) is known color: Zinnwaldite. HEX triplet: F5, BE and A9. RGB value is (245,190,169). Sum of RGB (Red+Green+Blue) = 245+190+169=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 169 (66.41% from 255 or 27.98% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BEA9 is #0A4156. Grayscale: #CCCCCC. Windows color (decimal): -672087 or 11124469. OLE color: 11124469.

HSL color Cylindrical-coordinate representation of color #F5BEA9: hue angle of 16.58º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5BEA9 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 190 169 -
CMYK 0 0.22 0.31 0.04
HSL 16.58º 0.79% 0.81% -
HSV(B) 16.58º 0.31% 0.96% -
XYZ 63.23 59.1 45.61 -
YUV 204.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 245 190 169 0 0.22 0.31 0.04 16.58 0.79 0.81
Hex F5 BE A9 0 16 1F 4 11 4F 51
Octal 365 276 251 0 26 37 4 21 117 121
Binary 11110101 10111110 10101001 0 10110 11111 100 10001 1001111 1010001

Color Harmonies of #F5BEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BEA9

Black with #F5BEA9

Text Example


Text Example

White with #F5BEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BEA9; }

 p { color: rgb(245,190,169); }

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

background-color css

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

 a { background-color: rgb(245,190,169); }

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

border-color css

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

 span { border-color: rgb(245,190,169); }

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