Html Css Color HEX #F8C2AE Zinnwaldite

📋 copy color: '#F8C2AE'

red 248 ◦ green 194 ◦ blue 174

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

Shades of Zinnwaldite #F8C2AE

Tints of Zinnwaldite #F8C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.25%

R = 40.26%
G = 31.49%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8C2AE (or 0xF8C2AE) is known color: Zinnwaldite. HEX triplet: F8, C2 and AE. RGB value is (248,194,174). Sum of RGB (Red+Green+Blue) = 248+194+174=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C2AE is #073D51. Grayscale: #D0D0D0. Windows color (decimal): -474450 or 11453176. OLE color: 11453176.

HSL color Cylindrical-coordinate representation of color #F8C2AE: hue angle of 16.22º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8C2AE is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 174 -
CMYK 0 0.22 0.30 0.03
HSL 16.22º 0.84% 0.83% -
HSV(B) 16.22º 0.3% 0.97% -
XYZ 65.64 61.6 48.47 -
YUV 207.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 248 194 174 0 0.22 0.30 0.03 16.22 0.84 0.83
Hex F8 C2 AE 0 16 1E 3 10 54 53
Octal 370 302 256 0 26 36 3 20 124 123
Binary 11111000 11000010 10101110 0 10110 11110 11 10000 1010100 1010011

Color Harmonies of #F8C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C2AE

Black with #F8C2AE

Text Example


Text Example

White with #F8C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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