Html Css Color HEX #F1C4AD Zinnwaldite

📋 copy color: '#F1C4AD'

red 241 ◦ green 196 ◦ blue 173

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

Shades of Zinnwaldite #F1C4AD

Tints of Zinnwaldite #F1C4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.13%

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

R = 39.51%
G = 32.13%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1C4AD (or 0xF1C4AD) is known color: Zinnwaldite. HEX triplet: F1, C4 and AD. RGB value is (241,196,173). Sum of RGB (Red+Green+Blue) = 241+196+173=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C4AD is #0E3B52. Grayscale: #CECECE. Windows color (decimal): -932691 or 11388145. OLE color: 11388145.

HSL color Cylindrical-coordinate representation of color #F1C4AD: hue angle of 20.29º 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 #F1C4AD is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 173 -
CMYK 0 0.19 0.28 0.05
HSL 20.29º 0.71% 0.81% -
HSV(B) 20.29º 0.28% 0.95% -
XYZ 63.56 61.2 48 -
YUV 206.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 241 196 173 0 0.19 0.28 0.05 20.29 0.71 0.81
Hex F1 C4 AD 0 13 1C 5 14 47 51
Octal 361 304 255 0 23 34 5 24 107 121
Binary 11110001 11000100 10101101 0 10011 11100 101 10100 1000111 1010001

Color Harmonies of #F1C4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4AD

Black with #F1C4AD

Text Example


Text Example

White with #F1C4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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