Html Css Color HEX #F0C0AE Zinnwaldite

📋 copy color: '#F0C0AE'

red 240 ◦ green 192 ◦ blue 174

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

Shades of Zinnwaldite #F0C0AE

Tints of Zinnwaldite #F0C0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.71%

R = 39.6%
G = 31.68%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0C0AE (or 0xF0C0AE) is known color: Zinnwaldite. HEX triplet: F0, C0 and AE. RGB value is (240,192,174). Sum of RGB (Red+Green+Blue) = 240+192+174=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0AE is #0F3F51. Grayscale: #CCCCCC. Windows color (decimal): -999250 or 11452656. OLE color: 11452656.

HSL color Cylindrical-coordinate representation of color #F0C0AE: hue angle of 16.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0C0AE is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 174 -
CMYK 0 0.20 0.28 0.06
HSL 16.36º 0.69% 0.81% -
HSV(B) 16.36º 0.28% 0.94% -
XYZ 62.42 59.28 48.2 -
YUV 204.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 240 192 174 0 0.20 0.28 0.06 16.36 0.69 0.81
Hex F0 C0 AE 0 14 1C 6 10 45 51
Octal 360 300 256 0 24 34 6 20 105 121
Binary 11110000 11000000 10101110 0 10100 11100 110 10000 1000101 1010001

Color Harmonies of #F0C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0AE

Black with #F0C0AE

Text Example


Text Example

White with #F0C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0AE; }

 p { color: rgb(240,192,174); }

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

background-color css

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

 a { background-color: rgb(240,192,174); }

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

border-color css

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

 span { border-color: rgb(240,192,174); }

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