#F2BDBD

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

Shades of Beauty Bush #F2BDBD

Tints of Beauty Bush #F2BDBD

Color information

#F2BDBD (or 0xF2BDBD) is unknown color: approx Beauty Bush. HEX triplet: F2, BD and BD. RGB value is (242,189,189). Sum of RGB (Red+Green+Blue) = 242+189+189=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDBD is #0D4242. Grayscale: #CCCCCC. Windows color (decimal): -868931 or 12434930. OLE color: 12434930.

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

Color convert

RGB242189189-
CMYK00.220.220.05
HSL67.09%84.51%-
HSV(B)21.9%94.9%-
XYZ6458.9556.15-
YUV204.85119.06154.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=39.03%
G=30.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218918900.220.220.05067.0984.51
HexF2BDBD01616504355
Octal3622752750262650103125
Binary11110010101111011011110101011010110101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDBD; }

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

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

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

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

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

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

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

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