Html Css Color HEX #F0BEAA Zinnwaldite

📋 copy color: '#F0BEAA'

red 240 ◦ green 190 ◦ blue 170

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

Shades of Zinnwaldite #F0BEAA

Tints of Zinnwaldite #F0BEAA

RGB

 RED value IS 240 (94.14% from 255) = 40%

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

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

R = 40%
G = 31.67%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0BEAA (or 0xF0BEAA) is known color: Zinnwaldite. HEX triplet: F0, BE and AA. RGB value is (240,190,170). Sum of RGB (Red+Green+Blue) = 240+190+170=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BEAA is #0F4155. Grayscale: #CACACA. Windows color (decimal): -999766 or 11190000. OLE color: 11190000.

HSL color Cylindrical-coordinate representation of color #F0BEAA: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0BEAA is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 190 170 -
CMYK 0 0.21 0.29 0.06
HSL 17.14º 0.7% 0.8% -
HSV(B) 17.14º 0.29% 0.94% -
XYZ 61.6 58.25 46.03 -
YUV 202.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 240 190 170 0 0.21 0.29 0.06 17.14 0.7 0.8
Hex F0 BE AA 0 15 1D 6 11 46 50
Octal 360 276 252 0 25 35 6 21 106 120
Binary 11110000 10111110 10101010 0 10101 11101 110 10001 1000110 1010000

Color Harmonies of #F0BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEAA

Black with #F0BEAA

Text Example


Text Example

White with #F0BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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