Html Css Color HEX #F4BEAA Zinnwaldite

📋 copy color: '#F4BEAA'

red 244 ◦ green 190 ◦ blue 170

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

Shades of Zinnwaldite #F4BEAA

Tints of Zinnwaldite #F4BEAA

RGB

 RED value IS 244 (95.7% from 255) = 40.4%

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

 BLUE value IS 170 (66.8% from 255) = 28.15%

R = 40.4%
G = 31.46%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4BEAA (or 0xF4BEAA) is known color: Zinnwaldite. HEX triplet: F4, BE and AA. RGB value is (244,190,170). Sum of RGB (Red+Green+Blue) = 244+190+170=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BEAA is #0B4155. Grayscale: #CCCCCC. Windows color (decimal): -737622 or 11190004. OLE color: 11190004.

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

Color convert

RGB 244 190 170 -
CMYK 0 0.22 0.30 0.04
HSL 16.22º 0.77% 0.81% -
HSV(B) 16.22º 0.3% 0.96% -
XYZ 62.98 58.96 46.09 -
YUV 203.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 244 190 170 0 0.22 0.30 0.04 16.22 0.77 0.81
Hex F4 BE AA 0 16 1E 4 10 4D 51
Octal 364 276 252 0 26 36 4 20 115 121
Binary 11110100 10111110 10101010 0 10110 11110 100 10000 1001101 1010001

Color Harmonies of #F4BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BEAA

Black with #F4BEAA

Text Example


Text Example

White with #F4BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BEAA; }

 p { color: rgb(244,190,170); }

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

background-color css

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

 a { background-color: rgb(244,190,170); }

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

border-color css

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

 span { border-color: rgb(244,190,170); }

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