#FEBCBF

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

Shades of Azalea #FEBCBF

Tints of Azalea #FEBCBF

Color information

#FEBCBF (or 0xFEBCBF) is unknown color: approx Azalea. HEX triplet: FE, BC and BF. RGB value is (254,188,191). Sum of RGB (Red+Green+Blue) = 254+188+191=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCBF is #014340. Grayscale: #D0D0D0. Windows color (decimal): -82753 or 12565758. OLE color: 12565758.

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

Color convert

RGB254188191-
CMYK00.260.250.00
HSL357.27º97.06%86.67%-
HSV(B)357.27º25.98%99.61%-
XYZ68.2660.857.43-
YUV208.08118.37160.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 191 (75% from 255) = 30.17%
R=40.13%
G=29.70%
B=30.17%

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
Decimal25418819100.260.250.00357.2797.0686.67
HexFEBCBF01A1901656157
Octal376274277032310545141127
Binary11111110101111001011111101101011001010110010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCBF; }

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

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

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

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

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

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

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

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