Html Css Color HEX #F0C1AA Zinnwaldite

📋 copy color: '#F0C1AA'

red 240 ◦ green 193 ◦ blue 170

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

Shades of Zinnwaldite #F0C1AA

Tints of Zinnwaldite #F0C1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.01%

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

R = 39.8%
G = 32.01%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0C1AA (or 0xF0C1AA) is known color: Zinnwaldite. HEX triplet: F0, C1 and AA. RGB value is (240,193,170). Sum of RGB (Red+Green+Blue) = 240+193+170=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C1AA is #0F3E55. Grayscale: #CCCCCC. Windows color (decimal): -998998 or 11190768. OLE color: 11190768.

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

Color convert

RGB 240 193 170 -
CMYK 0 0.20 0.29 0.06
HSL 19.71º 0.7% 0.8% -
HSV(B) 19.71º 0.29% 0.94% -
XYZ 62.26 59.57 46.25 -
YUV 204.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 240 193 170 0 0.20 0.29 0.06 19.71 0.7 0.8
Hex F0 C1 AA 0 14 1D 6 14 46 50
Octal 360 301 252 0 24 35 6 24 106 120
Binary 11110000 11000001 10101010 0 10100 11101 110 10100 1000110 1010000

Color Harmonies of #F0C1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C1AA

Black with #F0C1AA

Text Example


Text Example

White with #F0C1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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