#F7B8B4

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

Shades of Beauty Bush #F7B8B4

Tints of Beauty Bush #F7B8B4

Color information

#F7B8B4 (or 0xF7B8B4) is unknown color: approx Beauty Bush. HEX triplet: F7, B8 and B4. RGB value is (247,184,180). Sum of RGB (Red+Green+Blue) = 247+184+180=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B8B4 is #08474B. Grayscale: #CACACA. Windows color (decimal): -542540 or 11843831. OLE color: 11843831.

HSL color Cylindrical-coordinate representation of color #F7B8B4: hue angle of 3.58º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B8B4 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB247184180-
CMYK00.260.270.03
HSL3.58º80.72%83.73%-
HSV(B)3.58º27.13%96.86%-
XYZ63.7457.3550.89-
YUV202.38115.37159.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 184 (72.27% from 255) = 30.11%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=40.43%
G=30.11%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718418000.260.270.033.5880.7283.73
HexF7B8B401A1B345154
Octal3672702640323334121124
Binary111101111011100010110100011010110111110010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B8B4; }

 p { color: rgb(247,184,180); }

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

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

 a { background-color: rgb(247,184,180); }

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

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

 span { border-color: rgb(247,184,180); }

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