#F9B9BC

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

Shades of Azalea #F9B9BC

Tints of Azalea #F9B9BC

Color information

#F9B9BC (or 0xF9B9BC) is unknown color: approx Azalea. HEX triplet: F9, B9 and BC. RGB value is (249,185,188). Sum of RGB (Red+Green+Blue) = 249+185+188=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B9BC is #064643. Grayscale: #CCCCCC. Windows color (decimal): -411204 or 12368377. OLE color: 12368377.

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

Color convert

RGB249185188-
CMYK00.260.240.02
HSL357.19º84.21%85.1%-
HSV(B)357.19º25.7%97.65%-
XYZ65.4958.4755.41-
YUV204.48118.7159.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.03%
GREEN value IS 185 (72.66% from 255) = 29.74%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=40.03%
G=29.74%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918518800.260.240.02357.1984.2185.1
HexF9B9BC01A1821655455
Octal371271274032302545124125
Binary111110011011100110111100011010110001010110010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9BC; }

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

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

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

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

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

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

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

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