#F0B8AF

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

Shades of Beauty Bush #F0B8AF

Tints of Beauty Bush #F0B8AF

Color information

#F0B8AF (or 0xF0B8AF) is unknown color: approx Beauty Bush. HEX triplet: F0, B8 and AF. RGB value is (240,184,175). Sum of RGB (Red+Green+Blue) = 240+184+175=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B8AF is #0F4750. Grayscale: #C7C7C7. Windows color (decimal): -1001297 or 11516144. OLE color: 11516144.

HSL color Cylindrical-coordinate representation of color #F0B8AF: hue angle of 8.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B8AF is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240184175-
CMYK00.230.270.06
HSL8.31º68.42%81.37%-
HSV(B)8.31º27.08%94.12%-
XYZ60.8155.948.14-
YUV199.72114.05156.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 184 (72.27% from 255) = 30.72%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=40.07%
G=30.72%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018417500.230.270.068.3168.4281.37
HexF0B8AF0171B684451
Octal36027025702733610104121
Binary11110000101110001010111101011111011110100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B8AF; }

 p { color: rgb(240,184,175); }

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

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

 a { background-color: rgb(240,184,175); }

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

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

 span { border-color: rgb(240,184,175); }

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