Html Css Color HEX #F7C4AE Zinnwaldite

📋 copy color: '#F7C4AE'

red 247 ◦ green 196 ◦ blue 174

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

Shades of Zinnwaldite #F7C4AE

Tints of Zinnwaldite #F7C4AE

RGB

 RED value IS 247 (96.88% from 255) = 40.03%

 GREEN value IS 196 (76.95% from 255) = 31.77%

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

R = 40.03%
G = 31.77%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7C4AE (or 0xF7C4AE) is known color: Zinnwaldite. HEX triplet: F7, C4 and AE. RGB value is (247,196,174). Sum of RGB (Red+Green+Blue) = 247+196+174=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C4AE is #083B51. Grayscale: #D0D0D0. Windows color (decimal): -539474 or 11453687. OLE color: 11453687.

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

Color convert

RGB 247 196 174 -
CMYK 0 0.21 0.30 0.03
HSL 18.08º 0.82% 0.83% -
HSV(B) 18.08º 0.3% 0.97% -
XYZ 65.74 62.31 48.61 -
YUV 208.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 247 196 174 0 0.21 0.30 0.03 18.08 0.82 0.83
Hex F7 C4 AE 0 15 1E 3 12 52 53
Octal 367 304 256 0 25 36 3 22 122 123
Binary 11110111 11000100 10101110 0 10101 11110 11 10010 1010010 1010011

Color Harmonies of #F7C4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C4AE

Black with #F7C4AE

Text Example


Text Example

White with #F7C4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C4AE; }

 p { color: rgb(247,196,174); }

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

background-color css

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

 a { background-color: rgb(247,196,174); }

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

border-color css

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

 span { border-color: rgb(247,196,174); }

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