#FEBFC5

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

Shades of Azalea #FEBFC5

Tints of Azalea #FEBFC5

Color information

#FEBFC5 (or 0xFEBFC5) is unknown color: approx Azalea. HEX triplet: FE, BF and C5. RGB value is (254,191,197). Sum of RGB (Red+Green+Blue) = 254+191+197=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC5 is #01403A. Grayscale: #D2D2D2. Windows color (decimal): -81979 or 12959742. OLE color: 12959742.

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

Color convert

RGB254191197-
CMYK00.250.220.00
HSL354.29º96.92%87.25%-
HSV(B)354.29º24.8%99.61%-
XYZ69.5862.3661.19-
YUV210.52120.37159.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 197 (77.34% from 255) = 30.69%
R=39.56%
G=29.75%
B=30.69%

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
Decimal25419119700.250.220.00354.2996.9287.25
HexFEBFC50191601626157
Octal376277305031260542141127
Binary11111110101111111100010101100110110010110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFC5; }

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

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

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

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

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

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

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

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