#F3B6B3

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

Shades of Beauty Bush #F3B6B3

Tints of Beauty Bush #F3B6B3

Color information

#F3B6B3 (or 0xF3B6B3) is unknown color: approx Beauty Bush. HEX triplet: F3, B6 and B3. RGB value is (243,182,179). Sum of RGB (Red+Green+Blue) = 243+182+179=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B6B3 is #0C494C. Grayscale: #C7C7C7. Windows color (decimal): -805197 or 11777779. OLE color: 11777779.

HSL color Cylindrical-coordinate representation of color #F3B6B3: hue angle of 2.81º 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 #F3B6B3 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243182179-
CMYK00.250.260.05
HSL2.81º72.73%82.75%-
HSV(B)2.81º26.34%95.29%-
XYZ61.8355.7750.15-
YUV199.9116.21158.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=40.23%
G=30.13%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318217900.250.260.052.8172.7382.75
HexF3B6B30191A534953
Octal3632662630313253111123
Binary111100111011011010110011011001110101011110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B6B3; }

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

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

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

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

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

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

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

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