#F7BBBA

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

Shades of Beauty Bush #F7BBBA

Tints of Beauty Bush #F7BBBA

Color information

#F7BBBA (or 0xF7BBBA) is unknown color: approx Beauty Bush. HEX triplet: F7, BB and BA. RGB value is (247,187,186). Sum of RGB (Red+Green+Blue) = 247+187+186=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBBA is #084445. Grayscale: #CCCCCC. Windows color (decimal): -541766 or 12237815. OLE color: 12237815.

HSL color Cylindrical-coordinate representation of color #F7BBBA: hue angle of 0.98º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BBBA is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247187186-
CMYK00.240.250.03
HSL0.98º79.22%84.9%-
HSV(B)0.98º24.7%96.86%-
XYZ64.9958.8654.39-
YUV204.83117.38158.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.84%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 186 (73.05% from 255) = 30%
R=39.84%
G=30.16%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718718600.240.250.030.9879.2284.9
HexF7BBBA01819314f55
Octal3672732720303131117125
Binary1111011110111011101110100110001100111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBBA; }

 p { color: rgb(247,187,186); }

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

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

 a { background-color: rgb(247,187,186); }

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

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

 span { border-color: rgb(247,187,186); }

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