#F0B3A7

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

Shades of Shilo #F0B3A7

Tints of Shilo #F0B3A7

Color information

#F0B3A7 (or 0xF0B3A7) is unknown color: approx Shilo. HEX triplet: F0, B3 and A7. RGB value is (240,179,167). Sum of RGB (Red+Green+Blue) = 240+179+167=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 167 (65.62% from 255 or 28.50% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B3A7 is #0F4C58. Grayscale: #C3C3C3. Windows color (decimal): -1002585 or 10990576. OLE color: 10990576.

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

Color convert

RGB240179167-
CMYK00.250.300.06
HSL9.86º70.87%79.8%-
HSV(B)9.86º30.42%94.12%-
XYZ59.0353.5643.79-
YUV195.87111.71159.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 167 (65.62% from 255) = 28.50%
R=40.96%
G=30.55%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017916700.250.300.069.8670.8779.8
HexF0B3A70191E6a4750
Octal36026324703136612107120
Binary11110000101100111010011101100111110110101010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B3A7; }

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

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

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

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

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

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

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

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