#F0BDB5

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

Shades of Beauty Bush #F0BDB5

Tints of Beauty Bush #F0BDB5

Color information

#F0BDB5 (or 0xF0BDB5) is unknown color: approx Beauty Bush. HEX triplet: F0, BD and B5. RGB value is (240,189,181). Sum of RGB (Red+Green+Blue) = 240+189+181=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDB5 is #0F424A. Grayscale: #CBCBCB. Windows color (decimal): -1000011 or 11910640. OLE color: 11910640.

HSL color Cylindrical-coordinate representation of color #F0BDB5: hue angle of 8.14º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0BDB5 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB240189181-
CMYK00.210.250.06
HSL8.14º66.29%82.55%-
HSV(B)8.14º24.58%94.12%-
XYZ62.4758.2651.67-
YUV203.34115.4154.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=39.34%
G=30.98%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018918100.210.250.068.1466.2982.55
HexF0BDB501519684253
Octal36027526502531610102123
Binary11110000101111011011010101010111001110100010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDB5; }

 p { color: rgb(240,189,181); }

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

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

 a { background-color: rgb(240,189,181); }

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

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

 span { border-color: rgb(240,189,181); }

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