Html Css Color HEX #F4C2AE Zinnwaldite

📋 copy color: '#F4C2AE'

red 244 ◦ green 194 ◦ blue 174

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

Shades of Zinnwaldite #F4C2AE

Tints of Zinnwaldite #F4C2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.7%

 BLUE value IS 174 (68.36% from 255) = 28.43%

R = 39.87%
G = 31.7%
B = 28.43%

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

#F4C2AE (or 0xF4C2AE) is known color: Zinnwaldite. HEX triplet: F4, C2 and AE. RGB value is (244,194,174). Sum of RGB (Red+Green+Blue) = 244+194+174=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C2AE is #0B3D51. Grayscale: #CECECE. Windows color (decimal): -736594 or 11453172. OLE color: 11453172.

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

Color convert

RGB 244 194 174 -
CMYK 0 0.20 0.29 0.04
HSL 17.14º 0.76% 0.82% -
HSV(B) 17.14º 0.29% 0.96% -
XYZ 64.24 60.87 48.41 -
YUV 206.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 244 194 174 0 0.20 0.29 0.04 17.14 0.76 0.82
Hex F4 C2 AE 0 14 1D 4 11 4C 52
Octal 364 302 256 0 24 35 4 21 114 122
Binary 11110100 11000010 10101110 0 10100 11101 100 10001 1001100 1010010

Color Harmonies of #F4C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C2AE

Black with #F4C2AE

Text Example


Text Example

White with #F4C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C2AE; }

 p { color: rgb(244,194,174); }

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

background-color css

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

 a { background-color: rgb(244,194,174); }

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

border-color css

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

 span { border-color: rgb(244,194,174); }

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