Html Css Color HEX #F0C4AD Zinnwaldite

📋 copy color: '#F0C4AD'

red 240 ◦ green 196 ◦ blue 173

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

Shades of Zinnwaldite #F0C4AD

Tints of Zinnwaldite #F0C4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.18%

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

R = 39.41%
G = 32.18%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0C4AD (or 0xF0C4AD) is known color: Zinnwaldite. HEX triplet: F0, C4 and AD. RGB value is (240,196,173). Sum of RGB (Red+Green+Blue) = 240+196+173=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C4AD is #0F3B52. Grayscale: #CECECE. Windows color (decimal): -998227 or 11388144. OLE color: 11388144.

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

Color convert

RGB 240 196 173 -
CMYK 0 0.18 0.28 0.06
HSL 20.6º 0.69% 0.81% -
HSV(B) 20.6º 0.28% 0.94% -
XYZ 63.22 61.02 47.98 -
YUV 206.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 240 196 173 0 0.18 0.28 0.06 20.6 0.69 0.81
Hex F0 C4 AD 0 12 1C 6 15 45 51
Octal 360 304 255 0 22 34 6 25 105 121
Binary 11110000 11000100 10101101 0 10010 11100 110 10101 1000101 1010001

Color Harmonies of #F0C4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4AD

Black with #F0C4AD

Text Example


Text Example

White with #F0C4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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