Html Css Color HEX #F8C4AE Zinnwaldite

📋 copy color: '#F8C4AE'

red 248 ◦ green 196 ◦ blue 174

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

Shades of Zinnwaldite #F8C4AE

Tints of Zinnwaldite #F8C4AE

RGB

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

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

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

R = 40.13%
G = 31.72%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8C4AE (or 0xF8C4AE) is known color: Zinnwaldite. HEX triplet: F8, C4 and AE. RGB value is (248,196,174). Sum of RGB (Red+Green+Blue) = 248+196+174=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C4AE is #073B51. Grayscale: #D1D1D1. Windows color (decimal): -473938 or 11453688. OLE color: 11453688.

HSL color Cylindrical-coordinate representation of color #F8C4AE: hue angle of 17.84º 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 #F8C4AE is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 196 174 -
CMYK 0 0.21 0.30 0.03
HSL 17.84º 0.84% 0.83% -
HSV(B) 17.84º 0.3% 0.97% -
XYZ 66.09 62.49 48.62 -
YUV 209.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 248 196 174 0 0.21 0.30 0.03 17.84 0.84 0.83
Hex F8 C4 AE 0 15 1E 3 12 54 53
Octal 370 304 256 0 25 36 3 22 124 123
Binary 11111000 11000100 10101110 0 10101 11110 11 10010 1010100 1010011

Color Harmonies of #F8C4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C4AE

Black with #F8C4AE

Text Example


Text Example

White with #F8C4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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