#F3BDB3

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

Shades of Beauty Bush #F3BDB3

Tints of Beauty Bush #F3BDB3

Color information

#F3BDB3 (or 0xF3BDB3) is unknown color: approx Beauty Bush. HEX triplet: F3, BD and B3. RGB value is (243,189,179). Sum of RGB (Red+Green+Blue) = 243+189+179=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDB3 is #0C424C. Grayscale: #CCCCCC. Windows color (decimal): -803405 or 11779571. OLE color: 11779571.

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

Color convert

RGB243189179-
CMYK00.220.260.05
HSL9.38º72.73%82.75%-
HSV(B)9.38º26.34%95.29%-
XYZ63.358.750.64-
YUV204.01113.89155.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=39.77%
G=30.93%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318917900.220.260.059.3872.7382.75
HexF3BDB30161A594953
Octal36327526302632511111123
Binary11110011101111011011001101011011010101100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDB3; }

 p { color: rgb(243,189,179); }

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

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

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

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

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

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

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