Html Css Color HEX #F0C0AD Zinnwaldite

📋 copy color: '#F0C0AD'

red 240 ◦ green 192 ◦ blue 173

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

Shades of Zinnwaldite #F0C0AD

Tints of Zinnwaldite #F0C0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.6%

R = 39.67%
G = 31.74%
B = 28.6%

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

#F0C0AD (or 0xF0C0AD) is known color: Zinnwaldite. HEX triplet: F0, C0 and AD. RGB value is (240,192,173). Sum of RGB (Red+Green+Blue) = 240+192+173=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0AD is #0F3F52. Grayscale: #CCCCCC. Windows color (decimal): -999251 or 11387120. OLE color: 11387120.

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

Color convert

RGB 240 192 173 -
CMYK 0 0.20 0.28 0.06
HSL 17.01º 0.69% 0.81% -
HSV(B) 17.01º 0.28% 0.94% -
XYZ 62.33 59.24 47.68 -
YUV 204.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 240 192 173 0 0.20 0.28 0.06 17.01 0.69 0.81
Hex F0 C0 AD 0 14 1C 6 11 45 51
Octal 360 300 255 0 24 34 6 21 105 121
Binary 11110000 11000000 10101101 0 10100 11100 110 10001 1000101 1010001

Color Harmonies of #F0C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0AD

Black with #F0C0AD

Text Example


Text Example

White with #F0C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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