Html Css Color HEX #F0C4AB Zinnwaldite

📋 copy color: '#F0C4AB'

red 240 ◦ green 196 ◦ blue 171

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

Shades of Zinnwaldite #F0C4AB

Tints of Zinnwaldite #F0C4AB

RGB

 RED value IS 240 (94.14% from 255) = 39.54%

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

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

R = 39.54%
G = 32.29%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0C4AB (or 0xF0C4AB) is known color: Zinnwaldite. HEX triplet: F0, C4 and AB. RGB value is (240,196,171). Sum of RGB (Red+Green+Blue) = 240+196+171=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C4AB is #0F3B54. Grayscale: #CECECE. Windows color (decimal): -998229 or 11257072. OLE color: 11257072.

HSL color Cylindrical-coordinate representation of color #F0C4AB: hue angle of 21.74º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0C4AB is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 196 171 -
CMYK 0 0.18 0.29 0.06
HSL 21.74º 0.7% 0.81% -
HSV(B) 21.74º 0.29% 0.94% -
XYZ 63.03 60.95 46.97 -
YUV 206.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 240 196 171 0 0.18 0.29 0.06 21.74 0.7 0.81
Hex F0 C4 AB 0 12 1D 6 16 46 51
Octal 360 304 253 0 22 35 6 26 106 121
Binary 11110000 11000100 10101011 0 10010 11101 110 10110 1000110 1010001

Color Harmonies of #F0C4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4AB

Black with #F0C4AB

Text Example


Text Example

White with #F0C4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4AB; }

 p { color: rgb(240,196,171); }

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

background-color css

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

 a { background-color: rgb(240,196,171); }

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

border-color css

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

 span { border-color: rgb(240,196,171); }

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