Html Css Color HEX #F4C5B3 Zinnwaldite

📋 copy color: '#F4C5B3'

red 244 ◦ green 197 ◦ blue 179

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

Shades of Zinnwaldite #F4C5B3

Tints of Zinnwaldite #F4C5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.87%

R = 39.35%
G = 31.77%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F4C5B3 (or 0xF4C5B3) is known color: Zinnwaldite. HEX triplet: F4, C5 and B3. RGB value is (244,197,179). Sum of RGB (Red+Green+Blue) = 244+197+179=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5B3 is #0B3A4C. Grayscale: #D1D1D1. Windows color (decimal): -735821 or 11781620. OLE color: 11781620.

HSL color Cylindrical-coordinate representation of color #F4C5B3: hue angle of 16.62º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4C5B3 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 197 179 -
CMYK 0 0.19 0.27 0.04
HSL 16.62º 0.75% 0.83% -
HSV(B) 16.62º 0.27% 0.96% -
XYZ 65.41 62.42 51.25 -
YUV 209 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 244 197 179 0 0.19 0.27 0.04 16.62 0.75 0.83
Hex F4 C5 B3 0 13 1B 4 11 4B 53
Octal 364 305 263 0 23 33 4 21 113 123
Binary 11110100 11000101 10110011 0 10011 11011 100 10001 1001011 1010011

Color Harmonies of #F4C5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C5B3

Black with #F4C5B3

Text Example


Text Example

White with #F4C5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C5B3; }

 p { color: rgb(244,197,179); }

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

background-color css

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

 a { background-color: rgb(244,197,179); }

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

border-color css

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

 span { border-color: rgb(244,197,179); }

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