#F2B6AD

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

Shades of Beauty Bush #F2B6AD

Tints of Beauty Bush #F2B6AD

Color information

#F2B6AD (or 0xF2B6AD) is unknown color: approx Beauty Bush. HEX triplet: F2, B6 and AD. RGB value is (242,182,173). Sum of RGB (Red+Green+Blue) = 242+182+173=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B6AD is #0D4952. Grayscale: #C7C7C7. Windows color (decimal): -870739 or 11384562. OLE color: 11384562.

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

Color convert

RGB242182173-
CMYK00.250.290.05
HSL7.83º72.63%81.37%-
HSV(B)7.83º28.51%94.9%-
XYZ60.8955.3547.01-
YUV198.91113.38158.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=40.54%
G=30.49%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218217300.250.290.057.8372.6381.37
HexF2B6AD0191D584951
Octal36226625503135510111121
Binary11110010101101101010110101100111101101100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B6AD; }

 p { color: rgb(242,182,173); }

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

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

 a { background-color: rgb(242,182,173); }

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

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

 span { border-color: rgb(242,182,173); }

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