#F5B9BC

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

Shades of Azalea #F5B9BC

Tints of Azalea #F5B9BC

Color information

#F5B9BC (or 0xF5B9BC) is unknown color: approx Azalea. HEX triplet: F5, B9 and BC. RGB value is (245,185,188). Sum of RGB (Red+Green+Blue) = 245+185+188=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9BC is #0A4643. Grayscale: #CBCBCB. Windows color (decimal): -673348 or 12368373. OLE color: 12368373.

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

Color convert

RGB245185188-
CMYK00.240.230.04
HSL357º75%84.31%-
HSV(B)357º24.49%96.08%-
XYZ64.0857.7455.34-
YUV203.28119.38157.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 188 (73.83% from 255) = 30.42%
R=39.64%
G=29.94%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518518800.240.230.043577584.31
HexF5B9BC0181741654b54
Octal365271274030274545113124
Binary1111010110111001101111000110001011110010110010110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9BC; }

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

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

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

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

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

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

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

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