#F9BDBF

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

Shades of Azalea #F9BDBF

Tints of Azalea #F9BDBF

Color information

#F9BDBF (or 0xF9BDBF) is unknown color: approx Azalea. HEX triplet: F9, BD and BF. RGB value is (249,189,191). Sum of RGB (Red+Green+Blue) = 249+189+191=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDBF is #064240. Grayscale: #CFCFCF. Windows color (decimal): -410177 or 12566009. OLE color: 12566009.

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

Color convert

RGB249189191-
CMYK00.240.230.02
HSL358º83.33%85.88%-
HSV(B)358º24.1%97.65%-
XYZ66.6760.357.41-
YUV207.17118.88157.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.59%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 191 (75% from 255) = 30.37%
R=39.59%
G=30.05%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918919100.240.230.0235883.3385.88
HexF9BDBF0181721665356
Octal371275277030272546123126
Binary111110011011110110111111011000101111010110011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDBF; }

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

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

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

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

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

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

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

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