Html Css Color HEX #F1C5AD Zinnwaldite

📋 copy color: '#F1C5AD'

red 241 ◦ green 197 ◦ blue 173

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

Shades of Zinnwaldite #F1C5AD

Tints of Zinnwaldite #F1C5AD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.24%

 BLUE value IS 173 (67.97% from 255) = 28.31%

R = 39.44%
G = 32.24%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1C5AD (or 0xF1C5AD) is known color: Zinnwaldite. HEX triplet: F1, C5 and AD. RGB value is (241,197,173). Sum of RGB (Red+Green+Blue) = 241+197+173=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C5AD is #0E3A52. Grayscale: #CFCFCF. Windows color (decimal): -932435 or 11388401. OLE color: 11388401.

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

Color convert

RGB 241 197 173 -
CMYK 0 0.18 0.28 0.05
HSL 21.18º 0.71% 0.81% -
HSV(B) 21.18º 0.28% 0.95% -
XYZ 63.78 61.65 48.07 -
YUV 207.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 241 197 173 0 0.18 0.28 0.05 21.18 0.71 0.81
Hex F1 C5 AD 0 12 1C 5 15 47 51
Octal 361 305 255 0 22 34 5 25 107 121
Binary 11110001 11000101 10101101 0 10010 11100 101 10101 1000111 1010001

Color Harmonies of #F1C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5AD

Black with #F1C5AD

Text Example


Text Example

White with #F1C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5AD; }

 p { color: rgb(241,197,173); }

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

background-color css

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

 a { background-color: rgb(241,197,173); }

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

border-color css

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

 span { border-color: rgb(241,197,173); }

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