#F1BEBC

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

Shades of Beauty Bush #F1BEBC

Tints of Beauty Bush #F1BEBC

Color information

#F1BEBC (or 0xF1BEBC) is unknown color: approx Beauty Bush. HEX triplet: F1, BE and BC. RGB value is (241,190,188). Sum of RGB (Red+Green+Blue) = 241+190+188=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEBC is #0E4143. Grayscale: #CDCDCD. Windows color (decimal): -934212 or 12369649. OLE color: 12369649.

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

Color convert

RGB241190188-
CMYK00.210.220.05
HSL2.26º65.43%84.12%-
HSV(B)2.26º21.99%94.51%-
XYZ63.7759.1655.63-
YUV205.02118.4153.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=38.93%
G=30.69%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119018800.210.220.052.2665.4384.12
HexF1BEBC01516524154
Octal3612762740252652101124
Binary111100011011111010111100010101101101011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEBC; }

 p { color: rgb(241,190,188); }

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

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

 a { background-color: rgb(241,190,188); }

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

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

 span { border-color: rgb(241,190,188); }

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