Html Css Color HEX #F0C2AA Zinnwaldite

📋 copy color: '#F0C2AA'

red 240 ◦ green 194 ◦ blue 170

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

Shades of Zinnwaldite #F0C2AA

Tints of Zinnwaldite #F0C2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.12%

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

R = 39.74%
G = 32.12%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0C2AA (or 0xF0C2AA) is known color: Zinnwaldite. HEX triplet: F0, C2 and AA. RGB value is (240,194,170). Sum of RGB (Red+Green+Blue) = 240+194+170=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C2AA is #0F3D55. Grayscale: #CDCDCD. Windows color (decimal): -998742 or 11191024. OLE color: 11191024.

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

Color convert

RGB 240 194 170 -
CMYK 0 0.19 0.29 0.06
HSL 20.57º 0.7% 0.8% -
HSV(B) 20.57º 0.29% 0.94% -
XYZ 62.48 60.01 46.32 -
YUV 205.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 240 194 170 0 0.19 0.29 0.06 20.57 0.7 0.8
Hex F0 C2 AA 0 13 1D 6 15 46 50
Octal 360 302 252 0 23 35 6 25 106 120
Binary 11110000 11000010 10101010 0 10011 11101 110 10101 1000110 1010000

Color Harmonies of #F0C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C2AA

Black with #F0C2AA

Text Example


Text Example

White with #F0C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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