#FEBEC5

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

Shades of Azalea #FEBEC5

Tints of Azalea #FEBEC5

Color information

#FEBEC5 (or 0xFEBEC5) is unknown color: approx Azalea. HEX triplet: FE, BE and C5. RGB value is (254,190,197). Sum of RGB (Red+Green+Blue) = 254+190+197=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEC5 is #01413A. Grayscale: #D1D1D1. Windows color (decimal): -82235 or 12959486. OLE color: 12959486.

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

Color convert

RGB254190197-
CMYK00.250.220.00
HSL353.44º96.97%87.06%-
HSV(B)353.44º25.2%99.61%-
XYZ69.3661.9361.12-
YUV209.93120.7159.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 197 (77.34% from 255) = 30.73%
R=39.63%
G=29.64%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419019700.250.220.00353.4496.9787.06
HexFEBEC50191601616157
Octal376276305031260541141127
Binary11111110101111101100010101100110110010110000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEC5; }

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

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

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

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

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

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

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

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