#F2BEBB

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

Shades of Beauty Bush #F2BEBB

Tints of Beauty Bush #F2BEBB

Color information

#F2BEBB (or 0xF2BEBB) is unknown color: approx Beauty Bush. HEX triplet: F2, BE and BB. RGB value is (242,190,187). Sum of RGB (Red+Green+Blue) = 242+190+187=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEBB is #0D4144. Grayscale: #CDCDCD. Windows color (decimal): -868677 or 12304114. OLE color: 12304114.

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

Color convert

RGB242190187-
CMYK00.210.230.05
HSL3.27º67.9%84.12%-
HSV(B)3.27º22.73%94.9%-
XYZ6459.2955.08-
YUV205.21117.73154.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=39.10%
G=30.69%
B=30.21%

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
Decimal24219018700.210.230.053.2767.984.12
HexF2BEBB01517534454
Octal3622762730252753104124
Binary111100101011111010111011010101101111011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEBB; }

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

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

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

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

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

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

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

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