#F8C3AC

Color #F8C3AC Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #F8C3AC

Tints of Zinnwaldite #F8C3AC

Color information

#F8C3AC (or 0xF8C3AC) is unknown color: approx Zinnwaldite. HEX triplet: F8, C3 and AC. RGB value is (248,195,172). Sum of RGB (Red+Green+Blue) = 248+195+172=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C3AC is #073C53. Grayscale: #D0D0D0. Windows color (decimal): -474196 or 11322360. OLE color: 11322360.

HSL color Cylindrical-coordinate representation of color #F8C3AC: hue angle of 18.16º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8C3AC is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248195172-
CMYK00.210.310.03
HSL18.16º84.44%82.35%-
HSV(B)18.16º30.65%97.25%-
XYZ65.6761.9747.53-
YUV208.22107.56156.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.33%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=40.33%
G=31.71%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819517200.210.310.0318.1684.4482.35
HexF8C3AC0151F3125452
Octal37030325402537322124122
Binary11111000110000111010110001010111111111001010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C3AC; }

 p { color: rgb(248,195,172); }

 H1.HeaderClassName
 {
   color: #F8C3AC;
 }
 .AnyTagClassName
 {
   color: #F8C3AC;
 }
</style>
background-color css

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

 a { background-color: rgb(248,195,172); }

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

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

 span { border-color: rgb(248,195,172); }

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