#F0B7AA

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

Shades of Shilo #F0B7AA

Tints of Shilo #F0B7AA

Color information

#F0B7AA (or 0xF0B7AA) is unknown color: approx Shilo. HEX triplet: F0, B7 and AA. RGB value is (240,183,170). Sum of RGB (Red+Green+Blue) = 240+183+170=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B7AA is #0F4855. Grayscale: #C6C6C6. Windows color (decimal): -1001558 or 11188208. OLE color: 11188208.

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

Color convert

RGB240183170-
CMYK00.240.290.06
HSL11.14º70%80.39%-
HSV(B)11.14º29.17%94.12%-
XYZ60.1255.2945.53-
YUV198.56111.88157.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 183 (71.88% from 255) = 30.86%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=40.47%
G=30.86%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018317000.240.290.0611.147080.39
HexF0B7AA0181D6b4650
Octal36026725203035613106120
Binary11110000101101111010101001100011101110101110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7AA; }

 p { color: rgb(240,183,170); }

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

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

 a { background-color: rgb(240,183,170); }

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

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

 span { border-color: rgb(240,183,170); }

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