#F2BFBA

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

Shades of Beauty Bush #F2BFBA

Tints of Beauty Bush #F2BFBA

Color information

#F2BFBA (or 0xF2BFBA) is unknown color: approx Beauty Bush. HEX triplet: F2, BF and BA. RGB value is (242,191,186). Sum of RGB (Red+Green+Blue) = 242+191+186=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFBA is #0D4045. Grayscale: #CDCDCD. Windows color (decimal): -868422 or 12238834. OLE color: 12238834.

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

Color convert

RGB242191186-
CMYK00.210.230.05
HSL5.36º68.29%83.92%-
HSV(B)5.36º23.14%94.9%-
XYZ64.1159.6854.6-
YUV205.68116.9153.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=39.10%
G=30.86%
B=30.05%

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
Decimal24219118600.210.230.055.3668.2983.92
HexF2BFBA01517554454
Octal3622772720252755104124
Binary1111001010111111101110100101011011110110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFBA; }

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

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

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

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

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

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

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

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