#F0BFBE

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

Shades of Beauty Bush #F0BFBE

Tints of Beauty Bush #F0BFBE

Color information

#F0BFBE (or 0xF0BFBE) is unknown color: approx Beauty Bush. HEX triplet: F0, BF and BE. RGB value is (240,191,190). Sum of RGB (Red+Green+Blue) = 240+191+190=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFBE is #0F4041. Grayscale: #CDCDCD. Windows color (decimal): -999490 or 12500976. OLE color: 12500976.

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

Color convert

RGB240191190-
CMYK00.200.210.06
HSL1.2º62.5%84.31%-
HSV(B)1.2º20.83%94.12%-
XYZ63.8659.556.83-
YUV205.54119.23152.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=38.65%
G=30.76%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019119000.200.210.061.262.584.31
HexF0BFBE01415613e54
Octal360277276024256176124
Binary1111000010111111101111100101001010111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFBE; }

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

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

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

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

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

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

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

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