#F0BEBE

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

Shades of Beauty Bush #F0BEBE

Tints of Beauty Bush #F0BEBE

Color information

#F0BEBE (or 0xF0BEBE) is unknown color: approx Beauty Bush. HEX triplet: F0, BE and BE. RGB value is (240,190,190). Sum of RGB (Red+Green+Blue) = 240+190+190=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEBE is #0F4141. Grayscale: #CDCDCD. Windows color (decimal): -999746 or 12500720. OLE color: 12500720.

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

Color convert

RGB240190190-
CMYK00.210.210.06
HSL62.5%84.31%-
HSV(B)20.83%94.12%-
XYZ63.6459.0756.76-
YUV204.95119.56153-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=38.71%
G=30.65%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019019000.210.210.06062.584.31
HexF0BEBE01515603e54
Octal360276276025256076124
Binary1111000010111110101111100101011010111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEBE; }

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

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

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

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

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

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

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

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