#F9BDC6

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

Shades of Azalea #F9BDC6

Tints of Azalea #F9BDC6

Color information

#F9BDC6 (or 0xF9BDC6) is unknown color: approx Azalea. HEX triplet: F9, BD and C6. RGB value is (249,189,198). Sum of RGB (Red+Green+Blue) = 249+189+198=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDC6 is #064239. Grayscale: #CFCFCF. Windows color (decimal): -410170 or 13024761. OLE color: 13024761.

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

Color convert

RGB249189198-
CMYK00.240.200.02
HSL351º83.33%85.88%-
HSV(B)351º24.1%97.65%-
XYZ67.4660.6161.57-
YUV207.97122.38157.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 198 (77.73% from 255) = 31.13%
R=39.15%
G=29.72%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918919800.240.200.0235183.3385.88
HexF9BDC601814215f5356
Octal371275306030242537123126
Binary111110011011110111000110011000101001010101111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDC6; }

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

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

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

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

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

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

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

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