Html Css Color HEX #F7C2AB Zinnwaldite

📋 copy color: '#F7C2AB'

red 247 ◦ green 194 ◦ blue 171

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

Shades of Zinnwaldite #F7C2AB

Tints of Zinnwaldite #F7C2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.94%

R = 40.36%
G = 31.7%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F7C2AB (or 0xF7C2AB) is known color: Zinnwaldite. HEX triplet: F7, C2 and AB. RGB value is (247,194,171). Sum of RGB (Red+Green+Blue) = 247+194+171=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C2AB is #083D54. Grayscale: #CFCFCF. Windows color (decimal): -539989 or 11256567. OLE color: 11256567.

HSL color Cylindrical-coordinate representation of color #F7C2AB: hue angle of 18.16º degrees, saturation: 0.83, 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 #F7C2AB is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 194 171 -
CMYK 0 0.21 0.31 0.03
HSL 18.16º 0.83% 0.82% -
HSV(B) 18.16º 0.31% 0.97% -
XYZ 65 61.3 46.93 -
YUV 207.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 247 194 171 0 0.21 0.31 0.03 18.16 0.83 0.82
Hex F7 C2 AB 0 15 1F 3 12 53 52
Octal 367 302 253 0 25 37 3 22 123 122
Binary 11110111 11000010 10101011 0 10101 11111 11 10010 1010011 1010010

Color Harmonies of #F7C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2AB

Black with #F7C2AB

Text Example


Text Example

White with #F7C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2AB; }

 p { color: rgb(247,194,171); }

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

background-color css

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

 a { background-color: rgb(247,194,171); }

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

border-color css

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

 span { border-color: rgb(247,194,171); }

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