#F0BDBB

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

Shades of Beauty Bush #F0BDBB

Tints of Beauty Bush #F0BDBB

Color information

#F0BDBB (or 0xF0BDBB) is unknown color: approx Beauty Bush. HEX triplet: F0, BD and BB. RGB value is (240,189,187). Sum of RGB (Red+Green+Blue) = 240+189+187=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDBB is #0F4244. Grayscale: #CCCCCC. Windows color (decimal): -1000005 or 12303856. OLE color: 12303856.

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

Color convert

RGB240189187-
CMYK00.210.220.06
HSL2.26º63.86%83.73%-
HSV(B)2.26º22.08%94.12%-
XYZ63.158.5154.98-
YUV204.02118.4153.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=38.96%
G=30.68%
B=30.36%

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
Decimal24018918700.210.220.062.2663.8683.73
HexF0BDBB01516624054
Octal3602752730252662100124
Binary111100001011110110111011010101101101101010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDBB; }

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

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

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

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

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

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

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

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