#F4BCBA

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

Shades of Beauty Bush #F4BCBA

Tints of Beauty Bush #F4BCBA

Color information

#F4BCBA (or 0xF4BCBA) is unknown color: approx Beauty Bush. HEX triplet: F4, BC and BA. RGB value is (244,188,186). Sum of RGB (Red+Green+Blue) = 244+188+186=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCBA is #0B4345. Grayscale: #CCCCCC. Windows color (decimal): -738118 or 12238068. OLE color: 12238068.

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

Color convert

RGB244188186-
CMYK00.230.240.04
HSL2.07º72.5%84.31%-
HSV(B)2.07º23.77%95.69%-
XYZ64.1558.7454.41-
YUV204.52117.55156.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.48%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=39.48%
G=30.42%
B=30.10%

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
Decimal24418818600.230.240.042.0772.584.31
HexF4BCBA01718424854
Octal3642742720273042110124
Binary111101001011110010111010010111110001001010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCBA; }

 p { color: rgb(244,188,186); }

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

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

 a { background-color: rgb(244,188,186); }

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

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

 span { border-color: rgb(244,188,186); }

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