Html Css Color HEX #F1C6AF Zinnwaldite

📋 copy color: '#F1C6AF'

red 241 ◦ green 198 ◦ blue 175

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

Shades of Zinnwaldite #F1C6AF

Tints of Zinnwaldite #F1C6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.25%

 BLUE value IS 175 (68.75% from 255) = 28.5%

R = 39.25%
G = 32.25%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1C6AF (or 0xF1C6AF) is known color: Zinnwaldite. HEX triplet: F1, C6 and AF. RGB value is (241,198,175). Sum of RGB (Red+Green+Blue) = 241+198+175=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C6AF is #0E3950. Grayscale: #D0D0D0. Windows color (decimal): -932177 or 11519729. OLE color: 11519729.

HSL color Cylindrical-coordinate representation of color #F1C6AF: hue angle of 20.91º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1C6AF is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 198 175 -
CMYK 0 0.18 0.27 0.05
HSL 20.91º 0.7% 0.82% -
HSV(B) 20.91º 0.27% 0.95% -
XYZ 64.21 62.18 49.18 -
YUV 208.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 241 198 175 0 0.18 0.27 0.05 20.91 0.7 0.82
Hex F1 C6 AF 0 12 1B 5 15 46 52
Octal 361 306 257 0 22 33 5 25 106 122
Binary 11110001 11000110 10101111 0 10010 11011 101 10101 1000110 1010010

Color Harmonies of #F1C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6AF

Black with #F1C6AF

Text Example


Text Example

White with #F1C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6AF; }

 p { color: rgb(241,198,175); }

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

background-color css

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

 a { background-color: rgb(241,198,175); }

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

border-color css

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

 span { border-color: rgb(241,198,175); }

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