Html Css Color HEX #F0BCA6 Zinnwaldite

📋 copy color: '#F0BCA6'

red 240 ◦ green 188 ◦ blue 166

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

Shades of Zinnwaldite #F0BCA6

Tints of Zinnwaldite #F0BCA6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.65%

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

R = 40.4%
G = 31.65%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F0BCA6 (or 0xF0BCA6) is known color: Zinnwaldite. HEX triplet: F0, BC and A6. RGB value is (240,188,166). Sum of RGB (Red+Green+Blue) = 240+188+166=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCA6 is #0F4359. Grayscale: #C9C9C9. Windows color (decimal): -1000282 or 10927344. OLE color: 10927344.

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

Color convert

RGB 240 188 166 -
CMYK 0 0.22 0.31 0.06
HSL 17.84º 0.71% 0.8% -
HSV(B) 17.84º 0.31% 0.94% -
XYZ 60.8 57.24 43.92 -
YUV 201.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 240 188 166 0 0.22 0.31 0.06 17.84 0.71 0.8
Hex F0 BC A6 0 16 1F 6 12 47 50
Octal 360 274 246 0 26 37 6 22 107 120
Binary 11110000 10111100 10100110 0 10110 11111 110 10010 1000111 1010000

Color Harmonies of #F0BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCA6

Black with #F0BCA6

Text Example


Text Example

White with #F0BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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