#FEBEC0

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

Shades of Azalea #FEBEC0

Tints of Azalea #FEBEC0

Color information

#FEBEC0 (or 0xFEBEC0) is unknown color: approx Azalea. HEX triplet: FE, BE and C0. RGB value is (254,190,192). Sum of RGB (Red+Green+Blue) = 254+190+192=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEC0 is #01413F. Grayscale: #D1D1D1. Windows color (decimal): -82240 or 12631806. OLE color: 12631806.

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

Color convert

RGB254190192-
CMYK00.250.240.00
HSL358.12º96.97%87.06%-
HSV(B)358.12º25.2%99.61%-
XYZ68.861.758.15-
YUV209.36118.2159.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=39.94%
G=29.87%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419019200.250.240.00358.1296.9787.06
HexFEBEC00191801666157
Octal376276300031300546141127
Binary11111110101111101100000001100111000010110011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEC0; }

 p { color: rgb(254,190,192); }

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

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

 a { background-color: rgb(254,190,192); }

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

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

 span { border-color: rgb(254,190,192); }

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