Html Css Color HEX #F0BCAA Zinnwaldite

📋 copy color: '#F0BCAA'

red 240 ◦ green 188 ◦ blue 170

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

Shades of Zinnwaldite #F0BCAA

Tints of Zinnwaldite #F0BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.44%

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

R = 40.13%
G = 31.44%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0BCAA (or 0xF0BCAA) is known color: Zinnwaldite. HEX triplet: F0, BC and AA. RGB value is (240,188,170). Sum of RGB (Red+Green+Blue) = 240+188+170=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCAA is #0F4355. Grayscale: #C9C9C9. Windows color (decimal): -1000278 or 11189488. OLE color: 11189488.

HSL color Cylindrical-coordinate representation of color #F0BCAA: hue angle of 15.43º 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 #F0BCAA is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 188 170 -
CMYK 0 0.22 0.29 0.06
HSL 15.43º 0.7% 0.8% -
HSV(B) 15.43º 0.29% 0.94% -
XYZ 61.17 57.39 45.88 -
YUV 201.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 240 188 170 0 0.22 0.29 0.06 15.43 0.7 0.8
Hex F0 BC AA 0 16 1D 6 F 46 50
Octal 360 274 252 0 26 35 6 17 106 120
Binary 11110000 10111100 10101010 0 10110 11101 110 1111 1000110 1010000

Color Harmonies of #F0BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCAA

Black with #F0BCAA

Text Example


Text Example

White with #F0BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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