#F2B7AC

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

Shades of Beauty Bush #F2B7AC

Tints of Beauty Bush #F2B7AC

Color information

#F2B7AC (or 0xF2B7AC) is unknown color: approx Beauty Bush. HEX triplet: F2, B7 and AC. RGB value is (242,183,172). Sum of RGB (Red+Green+Blue) = 242+183+172=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B7AC is #0D4853. Grayscale: #C7C7C7. Windows color (decimal): -870484 or 11319282. OLE color: 11319282.

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

Color convert

RGB242183172-
CMYK00.240.290.05
HSL9.43º72.92%81.18%-
HSV(B)9.43º28.93%94.9%-
XYZ6155.7246.57-
YUV199.39112.55158.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 183 (71.88% from 255) = 30.65%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=40.54%
G=30.65%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218317200.240.290.059.4372.9281.18
HexF2B7AC0181D594951
Octal36226725403035511111121
Binary11110010101101111010110001100011101101100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7AC; }

 p { color: rgb(242,183,172); }

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

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

 a { background-color: rgb(242,183,172); }

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

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

 span { border-color: rgb(242,183,172); }

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