#F5BDBF

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

Shades of Azalea #F5BDBF

Tints of Azalea #F5BDBF

Color information

#F5BDBF (or 0xF5BDBF) is unknown color: approx Azalea. HEX triplet: F5, BD and BF. RGB value is (245,189,191). Sum of RGB (Red+Green+Blue) = 245+189+191=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDBF is #0A4240. Grayscale: #CECECE. Windows color (decimal): -672321 or 12566005. OLE color: 12566005.

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

Color convert

RGB245189191-
CMYK00.230.220.04
HSL357.86º73.68%85.1%-
HSV(B)357.86º22.86%96.08%-
XYZ65.2659.5757.35-
YUV205.97119.55155.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 191 (75% from 255) = 30.56%
R=39.2%
G=30.24%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518919100.230.220.04357.8673.6885.1
HexF5BDBF0171641664a55
Octal365275277027264546112125
Binary1111010110111101101111110101111011010010110011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDBF; }

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

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

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

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

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

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

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

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