#FEBDBF

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

Shades of Azalea #FEBDBF

Tints of Azalea #FEBDBF

Color information

#FEBDBF (or 0xFEBDBF) is unknown color: approx Azalea. HEX triplet: FE, BD and BF. RGB value is (254,189,191). Sum of RGB (Red+Green+Blue) = 254+189+191=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDBF is #014240. Grayscale: #D0D0D0. Windows color (decimal): -82497 or 12566014. OLE color: 12566014.

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

Color convert

RGB254189191-
CMYK00.260.250.00
HSL358.15º97.01%86.86%-
HSV(B)358.15º25.59%99.61%-
XYZ68.4761.2357.5-
YUV208.66118.03160.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 191 (75% from 255) = 30.13%
R=40.06%
G=29.81%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418919100.260.250.00358.1597.0186.86
HexFEBDBF01A1901666157
Octal376275277032310546141127
Binary11111110101111011011111101101011001010110011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDBF; }

 p { color: rgb(254,189,191); }

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

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

 a { background-color: rgb(254,189,191); }

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

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

 span { border-color: rgb(254,189,191); }

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