#F0BFBB

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

Shades of Beauty Bush #F0BFBB

Tints of Beauty Bush #F0BFBB

Color information

#F0BFBB (or 0xF0BFBB) is unknown color: approx Beauty Bush. HEX triplet: F0, BF and BB. RGB value is (240,191,187). Sum of RGB (Red+Green+Blue) = 240+191+187=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFBB is #0F4044. Grayscale: #CDCDCD. Windows color (decimal): -999493 or 12304368. OLE color: 12304368.

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

Color convert

RGB240191187-
CMYK00.200.220.06
HSL4.53º63.86%83.73%-
HSV(B)4.53º22.08%94.12%-
XYZ63.5459.3755.13-
YUV205.2117.73152.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=38.83%
G=30.91%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019118700.200.220.064.5363.8683.73
HexF0BFBB01416654054
Octal3602772730242665100124
Binary1111000010111111101110110101001011011010110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFBB; }

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

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

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

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

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

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

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

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