#F9BDC2

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

Shades of Azalea #F9BDC2

Tints of Azalea #F9BDC2

Color information

#F9BDC2 (or 0xF9BDC2) is unknown color: approx Azalea. HEX triplet: F9, BD and C2. RGB value is (249,189,194). Sum of RGB (Red+Green+Blue) = 249+189+194=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDC2 is #06423D. Grayscale: #CFCFCF. Windows color (decimal): -410174 or 12762617. OLE color: 12762617.

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

Color convert

RGB249189194-
CMYK00.240.220.02
HSL355º83.33%85.88%-
HSV(B)355º24.1%97.65%-
XYZ6760.4359.17-
YUV207.51120.38157.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.40%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 194 (76.17% from 255) = 30.70%
R=39.40%
G=29.91%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918919400.240.220.0235583.3385.88
HexF9BDC20181621635356
Octal371275302030262543123126
Binary111110011011110111000010011000101101010110001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDC2; }

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

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

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

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

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

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

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

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