Html Css Color HEX #F0BAA9 Zinnwaldite

📋 copy color: '#F0BAA9'

red 240 ◦ green 186 ◦ blue 169

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

Shades of Zinnwaldite #F0BAA9

Tints of Zinnwaldite #F0BAA9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.26%

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

R = 40.34%
G = 31.26%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F0BAA9 (or 0xF0BAA9) is known color: Zinnwaldite. HEX triplet: F0, BA and A9. RGB value is (240,186,169). Sum of RGB (Red+Green+Blue) = 240+186+169=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAA9 is #0F4556. Grayscale: #C8C8C8. Windows color (decimal): -1000791 or 11123440. OLE color: 11123440.

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

Color convert

RGB 240 186 169 -
CMYK 0 0.22 0.30 0.06
HSL 14.37º 0.7% 0.8% -
HSV(B) 14.37º 0.3% 0.94% -
XYZ 60.66 56.51 45.25 -
YUV 200.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 240 186 169 0 0.22 0.30 0.06 14.37 0.7 0.8
Hex F0 BA A9 0 16 1E 6 E 46 50
Octal 360 272 251 0 26 36 6 16 106 120
Binary 11110000 10111010 10101001 0 10110 11110 110 1110 1000110 1010000

Color Harmonies of #F0BAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAA9

Black with #F0BAA9

Text Example


Text Example

White with #F0BAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAA9; }

 p { color: rgb(240,186,169); }

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

background-color css

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

 a { background-color: rgb(240,186,169); }

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

border-color css

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

 span { border-color: rgb(240,186,169); }

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