#F5BCBF

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

Shades of Azalea #F5BCBF

Tints of Azalea #F5BCBF

Color information

#F5BCBF (or 0xF5BCBF) is unknown color: approx Azalea. HEX triplet: F5, BC and BF. RGB value is (245,188,191). Sum of RGB (Red+Green+Blue) = 245+188+191=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCBF is #0A4340. Grayscale: #CDCDCD. Windows color (decimal): -672577 or 12565749. OLE color: 12565749.

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

Color convert

RGB245188191-
CMYK00.230.220.04
HSL356.84º74.03%84.9%-
HSV(B)356.84º23.27%96.08%-
XYZ65.0459.1457.28-
YUV205.38119.88156.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 191 (75% from 255) = 30.61%
R=39.26%
G=30.13%
B=30.61%

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
Decimal24518819100.230.220.04356.8474.0384.9
HexF5BCBF0171641654a55
Octal365274277027264545112125
Binary1111010110111100101111110101111011010010110010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCBF; }

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

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

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

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

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

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

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

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