#F2BCBB

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

Shades of Beauty Bush #F2BCBB

Tints of Beauty Bush #F2BCBB

Color information

#F2BCBB (or 0xF2BCBB) is unknown color: approx Beauty Bush. HEX triplet: F2, BC and BB. RGB value is (242,188,187). Sum of RGB (Red+Green+Blue) = 242+188+187=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCBB is #0D4344. Grayscale: #CCCCCC. Windows color (decimal): -869189 or 12303602. OLE color: 12303602.

HSL color Cylindrical-coordinate representation of color #F2BCBB: hue angle of 1.09º 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 #F2BCBB is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242188187-
CMYK00.220.230.05
HSL1.09º67.9%84.12%-
HSV(B)1.09º22.73%94.9%-
XYZ63.5758.4354.94-
YUV204.03118.39155.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=39.22%
G=30.47%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218818700.220.230.051.0967.984.12
HexF2BCBB01617514454
Octal3622742730262751104124
Binary11110010101111001011101101011010111101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCBB; }

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

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

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

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

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

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

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

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