#F2BDB1

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

Shades of Beauty Bush #F2BDB1

Tints of Beauty Bush #F2BDB1

Color information

#F2BDB1 (or 0xF2BDB1) is unknown color: approx Beauty Bush. HEX triplet: F2, BD and B1. RGB value is (242,189,177). Sum of RGB (Red+Green+Blue) = 242+189+177=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BDB1 is #0D424E. Grayscale: #CBCBCB. Windows color (decimal): -868943 or 11648498. OLE color: 11648498.

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

Color convert

RGB242189177-
CMYK00.220.270.05
HSL11.08º71.43%82.16%-
HSV(B)11.08º26.86%94.9%-
XYZ62.7558.4549.57-
YUV203.48113.06155.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 177 (69.53% from 255) = 29.11%
R=39.80%
G=31.09%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218917700.220.270.0511.0871.4382.16
HexF2BDB10161B5b4752
Octal36227526102633513107122
Binary11110010101111011011000101011011011101101110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDB1; }

 p { color: rgb(242,189,177); }

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

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

 a { background-color: rgb(242,189,177); }

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

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

 span { border-color: rgb(242,189,177); }

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