Html Css Color HEX #F1C1AB Zinnwaldite

📋 copy color: '#F1C1AB'

red 241 ◦ green 193 ◦ blue 171

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

Shades of Zinnwaldite #F1C1AB

Tints of Zinnwaldite #F1C1AB

RGB

 RED value IS 241 (94.53% from 255) = 39.83%

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

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

R = 39.83%
G = 31.9%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1C1AB (or 0xF1C1AB) is known color: Zinnwaldite. HEX triplet: F1, C1 and AB. RGB value is (241,193,171). Sum of RGB (Red+Green+Blue) = 241+193+171=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C1AB is #0E3E54. Grayscale: #CCCCCC. Windows color (decimal): -933461 or 11256305. OLE color: 11256305.

HSL color Cylindrical-coordinate representation of color #F1C1AB: hue angle of 18.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1C1AB is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 193 171 -
CMYK 0 0.20 0.29 0.05
HSL 18.86º 0.71% 0.81% -
HSV(B) 18.86º 0.29% 0.95% -
XYZ 62.7 59.78 46.76 -
YUV 204.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 241 193 171 0 0.20 0.29 0.05 18.86 0.71 0.81
Hex F1 C1 AB 0 14 1D 5 13 47 51
Octal 361 301 253 0 24 35 5 23 107 121
Binary 11110001 11000001 10101011 0 10100 11101 101 10011 1000111 1010001

Color Harmonies of #F1C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C1AB

Black with #F1C1AB

Text Example


Text Example

White with #F1C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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