#FEBBBE

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

Shades of Azalea #FEBBBE

Tints of Azalea #FEBBBE

Color information

#FEBBBE (or 0xFEBBBE) is unknown color: approx Azalea. HEX triplet: FE, BB and BE. RGB value is (254,187,190). Sum of RGB (Red+Green+Blue) = 254+187+190=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBBE is #014441. Grayscale: #CFCFCF. Windows color (decimal): -83010 or 12499966. OLE color: 12499966.

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

Color convert

RGB254187190-
CMYK00.260.250.00
HSL357.31º97.1%86.47%-
HSV(B)357.31º26.38%99.61%-
XYZ67.9460.3356.78-
YUV207.37118.2161.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=40.25%
G=29.64%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418719000.260.250.00357.3197.186.47
HexFEBBBE01A1901656156
Octal376273276032310545141126
Binary11111110101110111011111001101011001010110010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBBE; }

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

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

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

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

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

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

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

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