#F2BFBB

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

Shades of Beauty Bush #F2BFBB

Tints of Beauty Bush #F2BFBB

Color information

#F2BFBB (or 0xF2BFBB) is unknown color: approx Beauty Bush. HEX triplet: F2, BF and BB. RGB value is (242,191,187). Sum of RGB (Red+Green+Blue) = 242+191+187=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFBB is #0D4044. Grayscale: #CDCDCD. Windows color (decimal): -868421 or 12304370. OLE color: 12304370.

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

Color convert

RGB242191187-
CMYK00.210.230.05
HSL4.36º67.9%84.12%-
HSV(B)4.36º22.73%94.9%-
XYZ64.2259.7355.16-
YUV205.79117.4153.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=39.03%
G=30.81%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219118700.210.230.054.3667.984.12
HexF2BFBB01517544454
Octal3622772730252754104124
Binary1111001010111111101110110101011011110110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFBB; }

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

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

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

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

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

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

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

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