#F0B9AF

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

Shades of Beauty Bush #F0B9AF

Tints of Beauty Bush #F0B9AF

Color information

#F0B9AF (or 0xF0B9AF) is unknown color: approx Beauty Bush. HEX triplet: F0, B9 and AF. RGB value is (240,185,175). Sum of RGB (Red+Green+Blue) = 240+185+175=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B9AF is #0F4650. Grayscale: #C8C8C8. Windows color (decimal): -1001041 or 11516400. OLE color: 11516400.

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

Color convert

RGB240185175-
CMYK00.230.270.06
HSL9.23º68.42%81.37%-
HSV(B)9.23º27.08%94.12%-
XYZ61.0256.3248.21-
YUV200.3113.72156.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 185 (72.66% from 255) = 30.83%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=40%
G=30.83%
B=29.17%

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
Decimal24018517500.230.270.069.2368.4281.37
HexF0B9AF0171B694451
Octal36027125702733611104121
Binary11110000101110011010111101011111011110100110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9AF; }

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

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

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

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

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

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

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

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