Html Css Color HEX #F4C5AD Zinnwaldite

📋 copy color: '#F4C5AD'

red 244 ◦ green 197 ◦ blue 173

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

Shades of Zinnwaldite #F4C5AD

Tints of Zinnwaldite #F4C5AD

RGB

 RED value IS 244 (95.7% from 255) = 39.74%

 GREEN value IS 197 (77.34% from 255) = 32.08%

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

R = 39.74%
G = 32.08%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F4C5AD (or 0xF4C5AD) is known color: Zinnwaldite. HEX triplet: F4, C5 and AD. RGB value is (244,197,173). Sum of RGB (Red+Green+Blue) = 244+197+173=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C5AD is #0B3A52. Grayscale: #D0D0D0. Windows color (decimal): -735827 or 11388404. OLE color: 11388404.

HSL color Cylindrical-coordinate representation of color #F4C5AD: hue angle of 20.28º degrees, saturation: 0.76, 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 #F4C5AD is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 197 173 -
CMYK 0 0.19 0.29 0.04
HSL 20.28º 0.76% 0.82% -
HSV(B) 20.28º 0.29% 0.96% -
XYZ 64.82 62.18 48.12 -
YUV 208.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 244 197 173 0 0.19 0.29 0.04 20.28 0.76 0.82
Hex F4 C5 AD 0 13 1D 4 14 4C 52
Octal 364 305 255 0 23 35 4 24 114 122
Binary 11110100 11000101 10101101 0 10011 11101 100 10100 1001100 1010010

Color Harmonies of #F4C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C5AD

Black with #F4C5AD

Text Example


Text Example

White with #F4C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C5AD; }

 p { color: rgb(244,197,173); }

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

background-color css

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

 a { background-color: rgb(244,197,173); }

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

border-color css

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

 span { border-color: rgb(244,197,173); }

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