#FEBDC4

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

Shades of Azalea #FEBDC4

Tints of Azalea #FEBDC4

Color information

#FEBDC4 (or 0xFEBDC4) is unknown color: approx Azalea. HEX triplet: FE, BD and C4. RGB value is (254,189,196). Sum of RGB (Red+Green+Blue) = 254+189+196=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC4 is #01423B. Grayscale: #D1D1D1. Windows color (decimal): -82492 or 12893694. OLE color: 12893694.

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

Color convert

RGB254189196-
CMYK00.260.230.00
HSL353.54º97.01%86.86%-
HSV(B)353.54º25.59%99.61%-
XYZ69.0361.4560.45-
YUV209.23120.53159.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=39.75%
G=29.58%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418919600.260.230.00353.5497.0186.86
HexFEBDC401A1701626157
Octal376275304032270542141127
Binary11111110101111011100010001101010111010110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDC4; }

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

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

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

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

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

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

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

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