Html Css Color HEX #F0C1AD Zinnwaldite

📋 copy color: '#F0C1AD'

red 240 ◦ green 193 ◦ blue 173

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

Shades of Zinnwaldite #F0C1AD

Tints of Zinnwaldite #F0C1AD

RGB

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

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

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

R = 39.6%
G = 31.85%
B = 28.55%

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

#F0C1AD (or 0xF0C1AD) is known color: Zinnwaldite. HEX triplet: F0, C1 and AD. RGB value is (240,193,173). Sum of RGB (Red+Green+Blue) = 240+193+173=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C1AD is #0F3E52. Grayscale: #CCCCCC. Windows color (decimal): -998995 or 11387376. OLE color: 11387376.

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

Color convert

RGB 240 193 173 -
CMYK 0 0.20 0.28 0.06
HSL 17.91º 0.69% 0.81% -
HSV(B) 17.91º 0.28% 0.94% -
XYZ 62.55 59.68 47.76 -
YUV 204.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 240 193 173 0 0.20 0.28 0.06 17.91 0.69 0.81
Hex F0 C1 AD 0 14 1C 6 12 45 51
Octal 360 301 255 0 24 34 6 22 105 121
Binary 11110000 11000001 10101101 0 10100 11100 110 10010 1000101 1010001

Color Harmonies of #F0C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C1AD

Black with #F0C1AD

Text Example


Text Example

White with #F0C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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