#FFBDC3

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

Shades of Azalea #FFBDC3

Tints of Azalea #FFBDC3

Color information

#FFBDC3 (or 0xFFBDC3) is unknown color: approx Azalea. HEX triplet: FF, BD and C3. RGB value is (255,189,195). Sum of RGB (Red+Green+Blue) = 255+189+195=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC3 is #00423C. Grayscale: #D1D1D1. Windows color (decimal): -16957 or 12828159. OLE color: 12828159.

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

Color convert

RGB255189195-
CMYK00.260.240
HSL354.55º100%87.06%-
HSV(B)354.55º25.88%100%-
XYZ69.2961.659.87-
YUV209.42119.87160.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 195 (76.56% from 255) = 30.52%
R=39.91%
G=29.58%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518919500.260.240354.5510087.06
HexFFBDC301A1801636457
Octal377275303032300543144127
Binary11111111101111011100001101101011000010110001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDC3; }

 p { color: rgb(255,189,195); }

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

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

 a { background-color: rgb(255,189,195); }

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

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

 span { border-color: rgb(255,189,195); }

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