#FEBDC3

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

Shades of Azalea #FEBDC3

Tints of Azalea #FEBDC3

Color information

#FEBDC3 (or 0xFEBDC3) is unknown color: approx Azalea. HEX triplet: FE, BD and C3. RGB value is (254,189,195). Sum of RGB (Red+Green+Blue) = 254+189+195=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC3 is #01423C. Grayscale: #D1D1D1. Windows color (decimal): -82493 or 12828158. OLE color: 12828158.

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

Color convert

RGB254189195-
CMYK00.260.230.00
HSL354.46º97.01%86.86%-
HSV(B)354.46º25.59%99.61%-
XYZ68.9261.4159.85-
YUV209.12120.03160.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 195 (76.56% from 255) = 30.56%
R=39.81%
G=29.62%
B=30.56%

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
Decimal25418919500.260.230.00354.4697.0186.86
HexFEBDC301A1701626157
Octal376275303032270542141127
Binary11111110101111011100001101101010111010110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDC3; }

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

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

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

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

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

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

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

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