#F5BFB5

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

Shades of Beauty Bush #F5BFB5

Tints of Beauty Bush #F5BFB5

Color information

#F5BFB5 (or 0xF5BFB5) is unknown color: approx Beauty Bush. HEX triplet: F5, BF and B5. RGB value is (245,191,181). Sum of RGB (Red+Green+Blue) = 245+191+181=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFB5 is #0A404A. Grayscale: #CECECE. Windows color (decimal): -671819 or 11911157. OLE color: 11911157.

HSL color Cylindrical-coordinate representation of color #F5BFB5: hue angle of 9.38º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5BFB5 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB245191181-
CMYK00.220.260.04
HSL9.38º76.19%83.53%-
HSV(B)9.38º26.12%96.08%-
XYZ64.6360.0151.89-
YUV206.01113.89155.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 181 (71.09% from 255) = 29.34%
R=39.71%
G=30.96%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519118100.220.260.049.3876.1983.53
HexF5BFB50161A494c54
Octal36527726502632411114124
Binary11110101101111111011010101011011010100100110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFB5; }

 p { color: rgb(245,191,181); }

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

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

 a { background-color: rgb(245,191,181); }

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

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

 span { border-color: rgb(245,191,181); }

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