#F2BFBE

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

Shades of Beauty Bush #F2BFBE

Tints of Beauty Bush #F2BFBE

Color information

#F2BFBE (or 0xF2BFBE) is unknown color: approx Beauty Bush. HEX triplet: F2, BF and BE. RGB value is (242,191,190). Sum of RGB (Red+Green+Blue) = 242+191+190=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFBE is #0D4041. Grayscale: #CECECE. Windows color (decimal): -868418 or 12500978. OLE color: 12500978.

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

Color convert

RGB242191190-
CMYK00.210.210.05
HSL1.15º66.67%84.71%-
HSV(B)1.15º21.49%94.9%-
XYZ64.5459.8656.87-
YUV206.14118.9153.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=38.84%
G=30.66%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219119000.210.210.051.1566.6784.71
HexF2BFBE01515514355
Octal3622772760252551103125
Binary11110010101111111011111001010110101101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFBE; }

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

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

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

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

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

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

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

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