Html Css Color HEX #F4C1AB Zinnwaldite

📋 copy color: '#F4C1AB'

red 244 ◦ green 193 ◦ blue 171

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

Shades of Zinnwaldite #F4C1AB

Tints of Zinnwaldite #F4C1AB

RGB

 RED value IS 244 (95.7% from 255) = 40.13%

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

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

R = 40.13%
G = 31.74%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4C1AB (or 0xF4C1AB) is known color: Zinnwaldite. HEX triplet: F4, C1 and AB. RGB value is (244,193,171). Sum of RGB (Red+Green+Blue) = 244+193+171=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C1AB is #0B3E54. Grayscale: #CDCDCD. Windows color (decimal): -736853 or 11256308. OLE color: 11256308.

HSL color Cylindrical-coordinate representation of color #F4C1AB: hue angle of 18.08º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4C1AB is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 193 171 -
CMYK 0 0.21 0.30 0.04
HSL 18.08º 0.77% 0.81% -
HSV(B) 18.08º 0.3% 0.96% -
XYZ 63.73 60.31 46.81 -
YUV 205.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 244 193 171 0 0.21 0.30 0.04 18.08 0.77 0.81
Hex F4 C1 AB 0 15 1E 4 12 4D 51
Octal 364 301 253 0 25 36 4 22 115 121
Binary 11110100 11000001 10101011 0 10101 11110 100 10010 1001101 1010001

Color Harmonies of #F4C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C1AB

Black with #F4C1AB

Text Example


Text Example

White with #F4C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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