Html Css Color HEX #F8C4B0 Zinnwaldite

📋 copy color: '#F8C4B0'

red 248 ◦ green 196 ◦ blue 176

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

Shades of Zinnwaldite #F8C4B0

Tints of Zinnwaldite #F8C4B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.39%

R = 40%
G = 31.61%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8C4B0 (or 0xF8C4B0) is known color: Zinnwaldite. HEX triplet: F8, C4 and B0. RGB value is (248,196,176). Sum of RGB (Red+Green+Blue) = 248+196+176=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C4B0 is #073B4F. Grayscale: #D1D1D1. Windows color (decimal): -473936 or 11584760. OLE color: 11584760.

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

Color convert

RGB 248 196 176 -
CMYK 0 0.21 0.29 0.03
HSL 16.67º 0.84% 0.83% -
HSV(B) 16.67º 0.29% 0.97% -
XYZ 66.29 62.57 49.66 -
YUV 209.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 248 196 176 0 0.21 0.29 0.03 16.67 0.84 0.83
Hex F8 C4 B0 0 15 1D 3 11 54 53
Octal 370 304 260 0 25 35 3 21 124 123
Binary 11111000 11000100 10110000 0 10101 11101 11 10001 1010100 1010011

Color Harmonies of #F8C4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C4B0

Black with #F8C4B0

Text Example


Text Example

White with #F8C4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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