#F0BABA

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

Shades of Beauty Bush #F0BABA

Tints of Beauty Bush #F0BABA

Color information

#F0BABA (or 0xF0BABA) is unknown color: approx Beauty Bush. HEX triplet: F0, BA and BA. RGB value is (240,186,186). Sum of RGB (Red+Green+Blue) = 240+186+186=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BABA is #0F4545. Grayscale: #CACACA. Windows color (decimal): -1000774 or 12237552. OLE color: 12237552.

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

Color convert

RGB240186186-
CMYK00.220.220.06
HSL64.29%83.53%-
HSV(B)22.5%94.12%-
XYZ62.3657.1954.21-
YUV202.15118.89155-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=39.22%
G=30.39%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018618600.220.220.06064.2983.53
HexF0BABA01616604054
Octal3602722720262660100124
Binary11110000101110101011101001011010110110010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BABA; }

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

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

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

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

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

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

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

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