Html Css Color HEX #F0BFA6 Zinnwaldite

📋 copy color: '#F0BFA6'

red 240 ◦ green 191 ◦ blue 166

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

Shades of Zinnwaldite #F0BFA6

Tints of Zinnwaldite #F0BFA6

RGB

 RED value IS 240 (94.14% from 255) = 40.2%

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

 BLUE value IS 166 (65.23% from 255) = 27.81%

R = 40.2%
G = 31.99%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F0BFA6 (or 0xF0BFA6) is known color: Zinnwaldite. HEX triplet: F0, BF and A6. RGB value is (240,191,166). Sum of RGB (Red+Green+Blue) = 240+191+166=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFA6 is #0F4059. Grayscale: #CACACA. Windows color (decimal): -999514 or 10928112. OLE color: 10928112.

HSL color Cylindrical-coordinate representation of color #F0BFA6: hue angle of 20.27º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0BFA6 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 166 -
CMYK 0 0.20 0.31 0.06
HSL 20.27º 0.71% 0.8% -
HSV(B) 20.27º 0.31% 0.94% -
XYZ 61.45 58.54 44.14 -
YUV 202.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 240 191 166 0 0.20 0.31 0.06 20.27 0.71 0.8
Hex F0 BF A6 0 14 1F 6 14 47 50
Octal 360 277 246 0 24 37 6 24 107 120
Binary 11110000 10111111 10100110 0 10100 11111 110 10100 1000111 1010000

Color Harmonies of #F0BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFA6

Black with #F0BFA6

Text Example


Text Example

White with #F0BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFA6; }

 p { color: rgb(240,191,166); }

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

background-color css

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

 a { background-color: rgb(240,191,166); }

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

border-color css

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

 span { border-color: rgb(240,191,166); }

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