#F7BCB9

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

Shades of Beauty Bush #F7BCB9

Tints of Beauty Bush #F7BCB9

Color information

#F7BCB9 (or 0xF7BCB9) is unknown color: approx Beauty Bush. HEX triplet: F7, BC and B9. RGB value is (247,188,185). Sum of RGB (Red+Green+Blue) = 247+188+185=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCB9 is #084346. Grayscale: #CDCDCD. Windows color (decimal): -541511 or 12172535. OLE color: 12172535.

HSL color Cylindrical-coordinate representation of color #F7BCB9: hue angle of 2.9º 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 #F7BCB9 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247188185-
CMYK00.240.250.03
HSL2.9º79.49%84.71%-
HSV(B)2.9º25.1%96.86%-
XYZ65.159.2453.9-
YUV205.3116.55157.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.84%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=39.84%
G=30.32%
B=29.84%

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
Decimal24718818500.240.250.032.979.4984.71
HexF7BCB901819334f55
Octal3672742710303133117125
Binary11110111101111001011100101100011001111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCB9; }

 p { color: rgb(247,188,185); }

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

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

 a { background-color: rgb(247,188,185); }

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

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

 span { border-color: rgb(247,188,185); }

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