#FEBCC3

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

Shades of Azalea #FEBCC3

Tints of Azalea #FEBCC3

Color information

#FEBCC3 (or 0xFEBCC3) is unknown color: approx Azalea. HEX triplet: FE, BC and C3. RGB value is (254,188,195). Sum of RGB (Red+Green+Blue) = 254+188+195=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC3 is #01433C. Grayscale: #D0D0D0. Windows color (decimal): -82749 or 12827902. OLE color: 12827902.

HSL color Cylindrical-coordinate representation of color #FEBCC3: hue angle of 353.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCC3 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB254188195-
CMYK00.260.230.00
HSL353.64º97.06%86.67%-
HSV(B)353.64º25.98%99.61%-
XYZ68.7160.9859.78-
YUV208.53120.37160.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 195 (76.56% from 255) = 30.61%
R=39.87%
G=29.51%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418819500.260.230.00353.6497.0686.67
HexFEBCC301A1701626157
Octal376274303032270542141127
Binary11111110101111001100001101101010111010110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCC3; }

 p { color: rgb(254,188,195); }

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

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

 a { background-color: rgb(254,188,195); }

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

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

 span { border-color: rgb(254,188,195); }

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