#F5BEB9

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

Shades of Beauty Bush #F5BEB9

Tints of Beauty Bush #F5BEB9

Color information

#F5BEB9 (or 0xF5BEB9) is unknown color: approx Beauty Bush. HEX triplet: F5, BE and B9. RGB value is (245,190,185). Sum of RGB (Red+Green+Blue) = 245+190+185=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEB9 is #0A4146. Grayscale: #CDCDCD. Windows color (decimal): -672071 or 12173045. OLE color: 12173045.

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

Color convert

RGB245190185-
CMYK00.220.240.04
HSL75%84.31%-
HSV(B)24.49%96.08%-
XYZ64.8359.7454.01-
YUV205.87116.22155.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=39.52%
G=30.65%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519018500.220.240.0457584.31
HexF5BEB901618454b54
Octal3652762710263045113124
Binary1111010110111110101110010101101100010010110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEB9; }

 p { color: rgb(245,190,185); }

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

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

 a { background-color: rgb(245,190,185); }

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

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

 span { border-color: rgb(245,190,185); }

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