#F9BCBD

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

Shades of Azalea #F9BCBD

Tints of Azalea #F9BCBD

Color information

#F9BCBD (or 0xF9BCBD) is unknown color: approx Azalea. HEX triplet: F9, BC and BD. RGB value is (249,188,189). Sum of RGB (Red+Green+Blue) = 249+188+189=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCBD is #064342. Grayscale: #CECECE. Windows color (decimal): -410435 or 12434681. OLE color: 12434681.

HSL color Cylindrical-coordinate representation of color #F9BCBD: hue angle of 359.02º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCBD is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249188189-
CMYK00.240.240.02
HSL359.02º83.56%85.69%-
HSV(B)359.02º24.5%97.65%-
XYZ66.2459.7856.19-
YUV206.35118.21158.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.78%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=39.78%
G=30.03%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918818900.240.240.02359.0283.5685.69
HexF9BCBD0181821675456
Octal371274275030302547124126
Binary111110011011110010111101011000110001010110011110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCBD; }

 p { color: rgb(249,188,189); }

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

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

 a { background-color: rgb(249,188,189); }

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

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

 span { border-color: rgb(249,188,189); }

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