#F6BAB9

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

Shades of Beauty Bush #F6BAB9

Tints of Beauty Bush #F6BAB9

Color information

#F6BAB9 (or 0xF6BAB9) is unknown color: approx Beauty Bush. HEX triplet: F6, BA and B9. RGB value is (246,186,185). Sum of RGB (Red+Green+Blue) = 246+186+185=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAB9 is #094546. Grayscale: #CBCBCB. Windows color (decimal): -607559 or 12172022. OLE color: 12172022.

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

Color convert

RGB246186185-
CMYK00.240.250.04
HSL0.98º77.22%84.51%-
HSV(B)0.98º24.8%96.47%-
XYZ64.3258.2153.75-
YUV203.83117.38158.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=39.87%
G=30.15%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618618500.240.250.040.9877.2284.51
HexF6BAB901819414d55
Octal3662722710303141115125
Binary11110110101110101011100101100011001100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAB9; }

 p { color: rgb(246,186,185); }

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

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

 a { background-color: rgb(246,186,185); }

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

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

 span { border-color: rgb(246,186,185); }

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