#F0BEBC

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

Shades of Beauty Bush #F0BEBC

Tints of Beauty Bush #F0BEBC

Color information

#F0BEBC (or 0xF0BEBC) is unknown color: approx Beauty Bush. HEX triplet: F0, BE and BC. RGB value is (240,190,188). Sum of RGB (Red+Green+Blue) = 240+190+188=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEBC is #0F4143. Grayscale: #CCCCCC. Windows color (decimal): -999748 or 12369648. OLE color: 12369648.

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

Color convert

RGB240190188-
CMYK00.210.220.06
HSL2.31º63.41%83.92%-
HSV(B)2.31º21.67%94.12%-
XYZ63.4358.9855.62-
YUV204.72118.56153.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 188 (73.83% from 255) = 30.42%
R=38.83%
G=30.74%
B=30.42%

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
Decimal24019018800.210.220.062.3163.4183.92
HexF0BEBC01516623f54
Octal360276274025266277124
Binary11110000101111101011110001010110110110101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEBC; }

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

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

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

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

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

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

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

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