#F2B7AE

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

Shades of Beauty Bush #F2B7AE

Tints of Beauty Bush #F2B7AE

Color information

#F2B7AE (or 0xF2B7AE) is unknown color: approx Beauty Bush. HEX triplet: F2, B7 and AE. RGB value is (242,183,174). Sum of RGB (Red+Green+Blue) = 242+183+174=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B7AE is #0D4851. Grayscale: #C7C7C7. Windows color (decimal): -870482 or 11450354. OLE color: 11450354.

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

Color convert

RGB242183174-
CMYK00.240.280.05
HSL7.94º72.34%81.57%-
HSV(B)7.94º28.1%94.9%-
XYZ61.1955.847.59-
YUV199.62113.55158.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 183 (71.88% from 255) = 30.55%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=40.40%
G=30.55%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218317400.240.280.057.9472.3481.57
HexF2B7AE0181C584852
Octal36226725603034510110122
Binary11110010101101111010111001100011100101100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7AE; }

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

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

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

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

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

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

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

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