Html Css Color HEX #F7C1AB Zinnwaldite

📋 copy color: '#F7C1AB'

red 247 ◦ green 193 ◦ blue 171

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

Shades of Zinnwaldite #F7C1AB

Tints of Zinnwaldite #F7C1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.59%

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

R = 40.43%
G = 31.59%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F7C1AB (or 0xF7C1AB) is known color: Zinnwaldite. HEX triplet: F7, C1 and AB. RGB value is (247,193,171). Sum of RGB (Red+Green+Blue) = 247+193+171=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C1AB is #083E54. Grayscale: #CECECE. Windows color (decimal): -540245 or 11256311. OLE color: 11256311.

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

Color convert

RGB 247 193 171 -
CMYK 0 0.22 0.31 0.03
HSL 17.37º 0.83% 0.82% -
HSV(B) 17.37º 0.31% 0.97% -
XYZ 64.78 60.85 46.86 -
YUV 206.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 247 193 171 0 0.22 0.31 0.03 17.37 0.83 0.82
Hex F7 C1 AB 0 16 1F 3 11 53 52
Octal 367 301 253 0 26 37 3 21 123 122
Binary 11110111 11000001 10101011 0 10110 11111 11 10001 1010011 1010010

Color Harmonies of #F7C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C1AB

Black with #F7C1AB

Text Example


Text Example

White with #F7C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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