#F6BDBA

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

Shades of Beauty Bush #F6BDBA

Tints of Beauty Bush #F6BDBA

Color information

#F6BDBA (or 0xF6BDBA) is unknown color: approx Beauty Bush. HEX triplet: F6, BD and BA. RGB value is (246,189,186). Sum of RGB (Red+Green+Blue) = 246+189+186=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDBA is #094245. Grayscale: #CDCDCD. Windows color (decimal): -606790 or 12238326. OLE color: 12238326.

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

Color convert

RGB246189186-
CMYK00.230.240.04
HSL76.92%84.71%-
HSV(B)24.39%96.47%-
XYZ65.0759.5354.52-
YUV205.7116.88156.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.61%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=39.61%
G=30.43%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618918600.230.240.04376.9284.71
HexF6BDBA01718434d55
Octal3662752720273043115125
Binary111101101011110110111010010111110001001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDBA; }

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

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

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

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

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

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

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

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