Html Css Color HEX #F3C0AC Zinnwaldite

📋 copy color: '#F3C0AC'

red 243 ◦ green 192 ◦ blue 172

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

Shades of Zinnwaldite #F3C0AC

Tints of Zinnwaldite #F3C0AC

RGB

 RED value IS 243 (95.31% from 255) = 40.03%

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

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

R = 40.03%
G = 31.63%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F3C0AC (or 0xF3C0AC) is known color: Zinnwaldite. HEX triplet: F3, C0 and AC. RGB value is (243,192,172). Sum of RGB (Red+Green+Blue) = 243+192+172=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C0AC is #0C3F53. Grayscale: #CDCDCD. Windows color (decimal): -802644 or 11321587. OLE color: 11321587.

HSL color Cylindrical-coordinate representation of color #F3C0AC: hue angle of 16.9º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3C0AC is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 192 172 -
CMYK 0 0.21 0.29 0.05
HSL 16.9º 0.75% 0.81% -
HSV(B) 16.9º 0.29% 0.95% -
XYZ 63.26 59.73 47.23 -
YUV 204.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 243 192 172 0 0.21 0.29 0.05 16.9 0.75 0.81
Hex F3 C0 AC 0 15 1D 5 11 4B 51
Octal 363 300 254 0 25 35 5 21 113 121
Binary 11110011 11000000 10101100 0 10101 11101 101 10001 1001011 1010001

Color Harmonies of #F3C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C0AC

Black with #F3C0AC

Text Example


Text Example

White with #F3C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C0AC; }

 p { color: rgb(243,192,172); }

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

background-color css

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

 a { background-color: rgb(243,192,172); }

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

border-color css

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

 span { border-color: rgb(243,192,172); }

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