#FFBDC4

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

Shades of Azalea #FFBDC4

Tints of Azalea #FFBDC4

Color information

#FFBDC4 (or 0xFFBDC4) is unknown color: approx Azalea. HEX triplet: FF, BD and C4. RGB value is (255,189,196). Sum of RGB (Red+Green+Blue) = 255+189+196=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC4 is #00423B. Grayscale: #D1D1D1. Windows color (decimal): -16956 or 12893695. OLE color: 12893695.

HSL color Cylindrical-coordinate representation of color #FFBDC4: hue angle of 353.64º 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 #FFBDC4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255189196-
CMYK00.260.230
HSL353.64º100%87.06%-
HSV(B)353.64º25.88%100%-
XYZ69.461.6460.46-
YUV209.53120.37160.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 196 (76.95% from 255) = 30.62%
R=39.84%
G=29.53%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518919600.260.230353.6410087.06
HexFFBDC401A1701626457
Octal377275304032270542144127
Binary11111111101111011100010001101010111010110001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDC4; }

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

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

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

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

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

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

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

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