Html Css Color HEX #F0C2AF Zinnwaldite

📋 copy color: '#F0C2AF'

red 240 ◦ green 194 ◦ blue 175

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

Shades of Zinnwaldite #F0C2AF

Tints of Zinnwaldite #F0C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.86%

 BLUE value IS 175 (68.75% from 255) = 28.74%

R = 39.41%
G = 31.86%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0C2AF (or 0xF0C2AF) is known color: Zinnwaldite. HEX triplet: F0, C2 and AF. RGB value is (240,194,175). Sum of RGB (Red+Green+Blue) = 240+194+175=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C2AF is #0F3D50. Grayscale: #CDCDCD. Windows color (decimal): -998737 or 11518704. OLE color: 11518704.

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

Color convert

RGB 240 194 175 -
CMYK 0 0.19 0.27 0.06
HSL 17.54º 0.68% 0.81% -
HSV(B) 17.54º 0.27% 0.94% -
XYZ 62.96 60.2 48.86 -
YUV 205.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 240 194 175 0 0.19 0.27 0.06 17.54 0.68 0.81
Hex F0 C2 AF 0 13 1B 6 12 44 51
Octal 360 302 257 0 23 33 6 22 104 121
Binary 11110000 11000010 10101111 0 10011 11011 110 10010 1000100 1010001

Color Harmonies of #F0C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C2AF

Black with #F0C2AF

Text Example


Text Example

White with #F0C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C2AF; }

 p { color: rgb(240,194,175); }

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

background-color css

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

 a { background-color: rgb(240,194,175); }

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

border-color css

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

 span { border-color: rgb(240,194,175); }

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