#FEBDC1

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

Shades of Azalea #FEBDC1

Tints of Azalea #FEBDC1

Color information

#FEBDC1 (or 0xFEBDC1) is unknown color: approx Azalea. HEX triplet: FE, BD and C1. RGB value is (254,189,193). Sum of RGB (Red+Green+Blue) = 254+189+193=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC1 is #01423E. Grayscale: #D0D0D0. Windows color (decimal): -82495 or 12697086. OLE color: 12697086.

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

Color convert

RGB254189193-
CMYK00.260.240.00
HSL356.31º97.01%86.86%-
HSV(B)356.31º25.59%99.61%-
XYZ68.761.3258.67-
YUV208.89119.03160.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 193 (75.78% from 255) = 30.35%
R=39.94%
G=29.72%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418919300.260.240.00356.3197.0186.86
HexFEBDC101A1801646157
Octal376275301032300544141127
Binary11111110101111011100000101101011000010110010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDC1; }

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

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

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

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

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

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

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

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