#F0BDBA

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

Shades of Beauty Bush #F0BDBA

Tints of Beauty Bush #F0BDBA

Color information

#F0BDBA (or 0xF0BDBA) is unknown color: approx Beauty Bush. HEX triplet: F0, BD and BA. RGB value is (240,189,186). Sum of RGB (Red+Green+Blue) = 240+189+186=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDBA is #0F4245. Grayscale: #CBCBCB. Windows color (decimal): -1000006 or 12238320. OLE color: 12238320.

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

Color convert

RGB240189186-
CMYK00.210.220.06
HSL3.33º64.29%83.53%-
HSV(B)3.33º22.5%94.12%-
XYZ6358.4754.42-
YUV203.91117.9153.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=39.02%
G=30.73%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018918600.210.220.063.3364.2983.53
HexF0BDBA01516634054
Octal3602752720252663100124
Binary111100001011110110111010010101101101101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDBA; }

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

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

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

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

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

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

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

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