Html Css Color HEX #F2C4AD Zinnwaldite

📋 copy color: '#F2C4AD'

red 242 ◦ green 196 ◦ blue 173

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

Shades of Zinnwaldite #F2C4AD

Tints of Zinnwaldite #F2C4AD

RGB

 RED value IS 242 (94.92% from 255) = 39.61%

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

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

R = 39.61%
G = 32.08%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2C4AD (or 0xF2C4AD) is known color: Zinnwaldite. HEX triplet: F2, C4 and AD. RGB value is (242,196,173). Sum of RGB (Red+Green+Blue) = 242+196+173=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C4AD is #0D3B52. Grayscale: #CFCFCF. Windows color (decimal): -867155 or 11388146. OLE color: 11388146.

HSL color Cylindrical-coordinate representation of color #F2C4AD: hue angle of 20º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2C4AD is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 196 173 -
CMYK 0 0.19 0.29 0.05
HSL 20º 0.73% 0.81% -
HSV(B) 20º 0.29% 0.95% -
XYZ 63.9 61.37 48.01 -
YUV 207.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 242 196 173 0 0.19 0.29 0.05 20 0.73 0.81
Hex F2 C4 AD 0 13 1D 5 14 49 51
Octal 362 304 255 0 23 35 5 24 111 121
Binary 11110010 11000100 10101101 0 10011 11101 101 10100 1001001 1010001

Color Harmonies of #F2C4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C4AD

Black with #F2C4AD

Text Example


Text Example

White with #F2C4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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