#F9BDC4

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

Shades of Azalea #F9BDC4

Tints of Azalea #F9BDC4

Color information

#F9BDC4 (or 0xF9BDC4) is unknown color: approx Azalea. HEX triplet: F9, BD and C4. RGB value is (249,189,196). Sum of RGB (Red+Green+Blue) = 249+189+196=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDC4 is #06423B. Grayscale: #CFCFCF. Windows color (decimal): -410172 or 12893689. OLE color: 12893689.

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

Color convert

RGB249189196-
CMYK00.240.210.02
HSL353º83.33%85.88%-
HSV(B)353º24.1%97.65%-
XYZ67.2360.5260.36-
YUV207.74121.38157.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.27%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=39.27%
G=29.81%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918919600.240.210.0235383.3385.88
HexF9BDC40181521615356
Octal371275304030252541123126
Binary111110011011110111000100011000101011010110000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDC4; }

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

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

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

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

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

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

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

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