Html Css Color HEX #F5C3AD Zinnwaldite

📋 copy color: '#F5C3AD'

red 245 ◦ green 195 ◦ blue 173

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

Shades of Zinnwaldite #F5C3AD

Tints of Zinnwaldite #F5C3AD

RGB

 RED value IS 245 (96.09% from 255) = 39.97%

 GREEN value IS 195 (76.56% from 255) = 31.81%

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

R = 39.97%
G = 31.81%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5C3AD (or 0xF5C3AD) is known color: Zinnwaldite. HEX triplet: F5, C3 and AD. RGB value is (245,195,173). Sum of RGB (Red+Green+Blue) = 245+195+173=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C3AD is #0A3C52. Grayscale: #CFCFCF. Windows color (decimal): -670803 or 11387893. OLE color: 11387893.

HSL color Cylindrical-coordinate representation of color #F5C3AD: hue angle of 18.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C3AD is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 195 173 -
CMYK 0 0.20 0.29 0.04
HSL 18.33º 0.78% 0.82% -
HSV(B) 18.33º 0.29% 0.96% -
XYZ 64.71 61.46 47.99 -
YUV 207.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 245 195 173 0 0.20 0.29 0.04 18.33 0.78 0.82
Hex F5 C3 AD 0 14 1D 4 12 4E 52
Octal 365 303 255 0 24 35 4 22 116 122
Binary 11110101 11000011 10101101 0 10100 11101 100 10010 1001110 1010010

Color Harmonies of #F5C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C3AD

Black with #F5C3AD

Text Example


Text Example

White with #F5C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C3AD; }

 p { color: rgb(245,195,173); }

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

background-color css

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

 a { background-color: rgb(245,195,173); }

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

border-color css

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

 span { border-color: rgb(245,195,173); }

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