#F2BFB3

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

Shades of Beauty Bush #F2BFB3

Tints of Beauty Bush #F2BFB3

Color information

#F2BFB3 (or 0xF2BFB3) is unknown color: approx Beauty Bush. HEX triplet: F2, BF and B3. RGB value is (242,191,179). Sum of RGB (Red+Green+Blue) = 242+191+179=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFB3 is #0D404C. Grayscale: #CCCCCC. Windows color (decimal): -868429 or 11780082. OLE color: 11780082.

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

Color convert

RGB242191179-
CMYK00.210.260.05
HSL11.43º70.79%82.55%-
HSV(B)11.43º26.03%94.9%-
XYZ63.3959.3950.77-
YUV204.88113.4154.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 179 (70.31% from 255) = 29.25%
R=39.54%
G=31.21%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219117900.210.260.0511.4370.7982.55
HexF2BFB30151A5b4753
Octal36227726302532513107123
Binary11110010101111111011001101010111010101101110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFB3; }

 p { color: rgb(242,191,179); }

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

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

 a { background-color: rgb(242,191,179); }

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

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

 span { border-color: rgb(242,191,179); }

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