#F3BCB6

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

Shades of Beauty Bush #F3BCB6

Tints of Beauty Bush #F3BCB6

Color information

#F3BCB6 (or 0xF3BCB6) is unknown color: approx Beauty Bush. HEX triplet: F3, BC and B6. RGB value is (243,188,182). Sum of RGB (Red+Green+Blue) = 243+188+182=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCB6 is #0C4349. Grayscale: #CBCBCB. Windows color (decimal): -803658 or 11975923. OLE color: 11975923.

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

Color convert

RGB243188182-
CMYK00.230.250.05
HSL5.9º71.76%83.33%-
HSV(B)5.9º25.1%95.29%-
XYZ63.3958.452.19-
YUV203.76115.72155.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.64%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=39.64%
G=30.67%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318818200.230.250.055.971.7683.33
HexF3BCB601719564853
Octal3632742660273156110123
Binary1111001110111100101101100101111100110111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCB6; }

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

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

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

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

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

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

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

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