#F6B7B2

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

Shades of Beauty Bush #F6B7B2

Tints of Beauty Bush #F6B7B2

Color information

#F6B7B2 (or 0xF6B7B2) is unknown color: approx Beauty Bush. HEX triplet: F6, B7 and B2. RGB value is (246,183,178). Sum of RGB (Red+Green+Blue) = 246+183+178=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B7B2 is #09484D. Grayscale: #C9C9C9. Windows color (decimal): -608334 or 11712502. OLE color: 11712502.

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

Color convert

RGB246183178-
CMYK00.260.280.04
HSL4.41º79.07%83.14%-
HSV(B)4.41º27.64%96.47%-
XYZ62.9856.6749.74-
YUV201.27114.87159.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 178 (69.92% from 255) = 29.32%
R=40.53%
G=30.15%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618317800.260.280.044.4179.0783.14
HexF6B7B201A1C444f53
Octal3662672620323444117123
Binary1111011010110111101100100110101110010010010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B7B2; }

 p { color: rgb(246,183,178); }

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

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

 a { background-color: rgb(246,183,178); }

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

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

 span { border-color: rgb(246,183,178); }

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