#FEBFC6

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

Shades of Azalea #FEBFC6

Tints of Azalea #FEBFC6

Color information

#FEBFC6 (or 0xFEBFC6) is unknown color: approx Azalea. HEX triplet: FE, BF and C6. RGB value is (254,191,198). Sum of RGB (Red+Green+Blue) = 254+191+198=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC6 is #014039. Grayscale: #D2D2D2. Windows color (decimal): -81978 or 13025278. OLE color: 13025278.

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

Color convert

RGB254191198-
CMYK00.250.220.00
HSL353.33º96.92%87.25%-
HSV(B)353.33º24.8%99.61%-
XYZ69.762.4161.8-
YUV210.64120.87158.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 198 (77.73% from 255) = 30.79%
R=39.50%
G=29.70%
B=30.79%

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
Decimal25419119800.250.220.00353.3396.9287.25
HexFEBFC60191601616157
Octal376277306031260541141127
Binary11111110101111111100011001100110110010110000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFC6; }

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

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

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

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

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

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

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

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