Html Css Color HEX #F2C0AA Zinnwaldite

📋 copy color: '#F2C0AA'

red 242 ◦ green 192 ◦ blue 170

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

Shades of Zinnwaldite #F2C0AA

Tints of Zinnwaldite #F2C0AA

RGB

 RED value IS 242 (94.92% from 255) = 40.07%

 GREEN value IS 192 (75.39% from 255) = 31.79%

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

R = 40.07%
G = 31.79%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2C0AA (or 0xF2C0AA) is known color: Zinnwaldite. HEX triplet: F2, C0 and AA. RGB value is (242,192,170). Sum of RGB (Red+Green+Blue) = 242+192+170=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C0AA is #0D3F55. Grayscale: #CCCCCC. Windows color (decimal): -868182 or 11190514. OLE color: 11190514.

HSL color Cylindrical-coordinate representation of color #F2C0AA: hue angle of 18.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2C0AA is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 170 -
CMYK 0 0.21 0.30 0.05
HSL 18.33º 0.73% 0.81% -
HSV(B) 18.33º 0.3% 0.95% -
XYZ 62.72 59.48 46.2 -
YUV 204.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 242 192 170 0 0.21 0.30 0.05 18.33 0.73 0.81
Hex F2 C0 AA 0 15 1E 5 12 49 51
Octal 362 300 252 0 25 36 5 22 111 121
Binary 11110010 11000000 10101010 0 10101 11110 101 10010 1001001 1010001

Color Harmonies of #F2C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C0AA

Black with #F2C0AA

Text Example


Text Example

White with #F2C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C0AA; }

 p { color: rgb(242,192,170); }

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

background-color css

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

 a { background-color: rgb(242,192,170); }

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

border-color css

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

 span { border-color: rgb(242,192,170); }

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