#FEBEBF

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

Shades of Azalea #FEBEBF

Tints of Azalea #FEBEBF

Color information

#FEBEBF (or 0xFEBEBF) is unknown color: approx Azalea. HEX triplet: FE, BE and BF. RGB value is (254,190,191). Sum of RGB (Red+Green+Blue) = 254+190+191=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEBF is #014140. Grayscale: #D1D1D1. Windows color (decimal): -82241 or 12566270. OLE color: 12566270.

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

Color convert

RGB254190191-
CMYK00.250.250.00
HSL359.06º96.97%87.06%-
HSV(B)359.06º25.2%99.61%-
XYZ68.6961.6657.57-
YUV209.25117.7159.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 191 (75% from 255) = 30.08%
R=40%
G=29.92%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419019100.250.250.00359.0696.9787.06
HexFEBEBF0191901676157
Octal376276277031310547141127
Binary11111110101111101011111101100111001010110011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEBF; }

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

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

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

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

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

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

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

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