Html Css Color HEX #F6BFA7 Zinnwaldite

📋 copy color: '#F6BFA7'

red 246 ◦ green 191 ◦ blue 167

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

Shades of Zinnwaldite #F6BFA7

Tints of Zinnwaldite #F6BFA7

RGB

 RED value IS 246 (96.48% from 255) = 40.73%

 GREEN value IS 191 (75% from 255) = 31.62%

 BLUE value IS 167 (65.63% from 255) = 27.65%

R = 40.73%
G = 31.62%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F6BFA7 (or 0xF6BFA7) is known color: Zinnwaldite. HEX triplet: F6, BF and A7. RGB value is (246,191,167). Sum of RGB (Red+Green+Blue) = 246+191+167=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 167 (65.62% from 255 or 27.65% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BFA7 is #094058. Grayscale: #CCCCCC. Windows color (decimal): -606297 or 10993654. OLE color: 10993654.

HSL color Cylindrical-coordinate representation of color #F6BFA7: hue angle of 18.23º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6BFA7 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 191 167 -
CMYK 0 0.22 0.32 0.04
HSL 18.23º 0.81% 0.81% -
HSV(B) 18.23º 0.32% 0.96% -
XYZ 63.61 59.64 44.72 -
YUV 204.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 246 191 167 0 0.22 0.32 0.04 18.23 0.81 0.81
Hex F6 BF A7 0 16 20 4 12 51 51
Octal 366 277 247 0 26 40 4 22 121 121
Binary 11110110 10111111 10100111 0 10110 100000 100 10010 1010001 1010001

Color Harmonies of #F6BFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFA7

Black with #F6BFA7

Text Example


Text Example

White with #F6BFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFA7; }

 p { color: rgb(246,191,167); }

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

background-color css

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

 a { background-color: rgb(246,191,167); }

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

border-color css

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

 span { border-color: rgb(246,191,167); }

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