#F0B2A7

Color #F0B2A7 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #F0B2A7

Tints of Shilo #F0B2A7

Color information

#F0B2A7 (or 0xF0B2A7) is unknown color: approx Shilo. HEX triplet: F0, B2 and A7. RGB value is (240,178,167). Sum of RGB (Red+Green+Blue) = 240+178+167=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 167 (65.62% from 255 or 28.55% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B2A7 is #0F4D58. Grayscale: #C3C3C3. Windows color (decimal): -1002841 or 10990320. OLE color: 10990320.

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

Color convert

RGB240178167-
CMYK00.260.300.06
HSL9.04º70.87%79.8%-
HSV(B)9.04º30.42%94.12%-
XYZ58.8353.1643.72-
YUV195.28112.04159.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 167 (65.62% from 255) = 28.55%
R=41.03%
G=30.43%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017816700.260.300.069.0470.8779.8
HexF0B2A701A1E694750
Octal36026224703236611107120
Binary11110000101100101010011101101011110110100110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B2A7; }

 p { color: rgb(240,178,167); }

 H1.HeaderClassName
 {
   color: #F0B2A7;
 }
 .AnyTagClassName
 {
   color: #F0B2A7;
 }
</style>
background-color css

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

 a { background-color: rgb(240,178,167); }

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

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

 span { border-color: rgb(240,178,167); }

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