#FEBEC4

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

Shades of Azalea #FEBEC4

Tints of Azalea #FEBEC4

Color information

#FEBEC4 (or 0xFEBEC4) is unknown color: approx Azalea. HEX triplet: FE, BE and C4. RGB value is (254,190,196). Sum of RGB (Red+Green+Blue) = 254+190+196=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEC4 is #01413B. Grayscale: #D1D1D1. Windows color (decimal): -82236 or 12893950. OLE color: 12893950.

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

Color convert

RGB254190196-
CMYK00.250.230.00
HSL354.38º96.97%87.06%-
HSV(B)354.38º25.2%99.61%-
XYZ69.2561.8860.52-
YUV209.82120.2159.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 196 (76.95% from 255) = 30.62%
R=39.69%
G=29.69%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419019600.250.230.00354.3896.9787.06
HexFEBEC40191701626157
Octal376276304031270542141127
Binary11111110101111101100010001100110111010110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEC4; }

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

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

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

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

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

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

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

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