#F5BDBA

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

Shades of Beauty Bush #F5BDBA

Tints of Beauty Bush #F5BDBA

Color information

#F5BDBA (or 0xF5BDBA) is unknown color: approx Beauty Bush. HEX triplet: F5, BD and BA. RGB value is (245,189,186). Sum of RGB (Red+Green+Blue) = 245+189+186=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDBA is #0A4245. Grayscale: #CDCDCD. Windows color (decimal): -672326 or 12238325. OLE color: 12238325.

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

Color convert

RGB245189186-
CMYK00.230.240.04
HSL3.05º74.68%84.51%-
HSV(B)3.05º24.08%96.08%-
XYZ64.7259.3554.5-
YUV205.4117.05156.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 186 (73.05% from 255) = 30%
R=39.52%
G=30.48%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518918600.230.240.043.0574.6884.51
HexF5BDBA01718434b55
Octal3652752720273043113125
Binary111101011011110110111010010111110001001110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDBA; }

 p { color: rgb(245,189,186); }

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

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

 a { background-color: rgb(245,189,186); }

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

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

 span { border-color: rgb(245,189,186); }

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