Html Css Color HEX #F0C1AC Zinnwaldite

📋 copy color: '#F0C1AC'

red 240 ◦ green 193 ◦ blue 172

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

Shades of Zinnwaldite #F0C1AC

Tints of Zinnwaldite #F0C1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.43%

R = 39.67%
G = 31.9%
B = 28.43%

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

#F0C1AC (or 0xF0C1AC) is known color: Zinnwaldite. HEX triplet: F0, C1 and AC. RGB value is (240,193,172). Sum of RGB (Red+Green+Blue) = 240+193+172=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C1AC is #0F3E53. Grayscale: #CCCCCC. Windows color (decimal): -998996 or 11321840. OLE color: 11321840.

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

Color convert

RGB 240 193 172 -
CMYK 0 0.20 0.28 0.06
HSL 18.53º 0.69% 0.81% -
HSV(B) 18.53º 0.28% 0.94% -
XYZ 62.45 59.64 47.25 -
YUV 204.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 240 193 172 0 0.20 0.28 0.06 18.53 0.69 0.81
Hex F0 C1 AC 0 14 1C 6 13 45 51
Octal 360 301 254 0 24 34 6 23 105 121
Binary 11110000 11000001 10101100 0 10100 11100 110 10011 1000101 1010001

Color Harmonies of #F0C1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C1AC

Black with #F0C1AC

Text Example


Text Example

White with #F0C1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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