#F5BDBB

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

Shades of Beauty Bush #F5BDBB

Tints of Beauty Bush #F5BDBB

Color information

#F5BDBB (or 0xF5BDBB) is unknown color: approx Beauty Bush. HEX triplet: F5, BD and BB. RGB value is (245,189,187). Sum of RGB (Red+Green+Blue) = 245+189+187=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDBB is #0A4244. Grayscale: #CDCDCD. Windows color (decimal): -672325 or 12303861. OLE color: 12303861.

HSL color Cylindrical-coordinate representation of color #F5BDBB: hue angle of 2.07º degrees, saturation: 0.74, 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 #F5BDBB is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245189187-
CMYK00.230.240.04
HSL2.07º74.36%84.71%-
HSV(B)2.07º23.67%96.08%-
XYZ64.8259.455.06-
YUV205.52117.55156.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=39.45%
G=30.43%
B=30.11%

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
Decimal24518918700.230.240.042.0774.3684.71
HexF5BDBB01718424a55
Octal3652752730273042112125
Binary111101011011110110111011010111110001001010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDBB; }

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

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

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

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

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

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

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

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