#F5BBB4

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

Shades of Beauty Bush #F5BBB4

Tints of Beauty Bush #F5BBB4

Color information

#F5BBB4 (or 0xF5BBB4) is unknown color: approx Beauty Bush. HEX triplet: F5, BB and B4. RGB value is (245,187,180). Sum of RGB (Red+Green+Blue) = 245+187+180=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBB4 is #0A444B. Grayscale: #CBCBCB. Windows color (decimal): -672844 or 11844597. OLE color: 11844597.

HSL color Cylindrical-coordinate representation of color #F5BBB4: hue angle of 6.46º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BBB4 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB245187180-
CMYK00.240.270.04
HSL6.46º76.47%83.33%-
HSV(B)6.46º26.53%96.08%-
XYZ63.6658.2551.07-
YUV203.54114.72157.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.03%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=40.03%
G=30.56%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518718000.240.270.046.4676.4783.33
HexF5BBB40181B464c53
Octal3652732640303346114123
Binary1111010110111011101101000110001101110011010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBB4; }

 p { color: rgb(245,187,180); }

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

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

 a { background-color: rgb(245,187,180); }

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

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

 span { border-color: rgb(245,187,180); }

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