Html Css Color HEX #F8C2AA Zinnwaldite

📋 copy color: '#F8C2AA'

red 248 ◦ green 194 ◦ blue 170

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

Shades of Zinnwaldite #F8C2AA

Tints of Zinnwaldite #F8C2AA

RGB

 RED value IS 248 (97.27% from 255) = 40.52%

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

 BLUE value IS 170 (66.8% from 255) = 27.78%

R = 40.52%
G = 31.7%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8C2AA (or 0xF8C2AA) is known color: Zinnwaldite. HEX triplet: F8, C2 and AA. RGB value is (248,194,170). Sum of RGB (Red+Green+Blue) = 248+194+170=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C2AA is #073D55. Grayscale: #CFCFCF. Windows color (decimal): -474454 or 11191032. OLE color: 11191032.

HSL color Cylindrical-coordinate representation of color #F8C2AA: hue angle of 18.46º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8C2AA is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 170 -
CMYK 0 0.22 0.31 0.03
HSL 18.46º 0.85% 0.82% -
HSV(B) 18.46º 0.31% 0.97% -
XYZ 65.26 61.44 46.45 -
YUV 207.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 248 194 170 0 0.22 0.31 0.03 18.46 0.85 0.82
Hex F8 C2 AA 0 16 1F 3 12 55 52
Octal 370 302 252 0 26 37 3 22 125 122
Binary 11111000 11000010 10101010 0 10110 11111 11 10010 1010101 1010010

Color Harmonies of #F8C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C2AA

Black with #F8C2AA

Text Example


Text Example

White with #F8C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C2AA; }

 p { color: rgb(248,194,170); }

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

background-color css

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

 a { background-color: rgb(248,194,170); }

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

border-color css

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

 span { border-color: rgb(248,194,170); }

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