#F3BCBC

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

Shades of Beauty Bush #F3BCBC

Tints of Beauty Bush #F3BCBC

Color information

#F3BCBC (or 0xF3BCBC) is unknown color: approx Beauty Bush. HEX triplet: F3, BC and BC. RGB value is (243,188,188). Sum of RGB (Red+Green+Blue) = 243+188+188=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCBC is #0C4343. Grayscale: #CCCCCC. Windows color (decimal): -803652 or 12369139. OLE color: 12369139.

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

Color convert

RGB243188188-
CMYK00.230.230.05
HSL69.62%84.51%-
HSV(B)22.63%95.29%-
XYZ64.0258.6555.52-
YUV204.44118.72155.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=39.26%
G=30.37%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318818800.230.230.05069.6284.51
HexF3BCBC01717504655
Octal3632742740272750106125
Binary11110011101111001011110001011110111101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCBC; }

 p { color: rgb(243,188,188); }

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

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

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

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

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

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

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