#FEBBBD

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

Shades of Azalea #FEBBBD

Tints of Azalea #FEBBBD

Color information

#FEBBBD (or 0xFEBBBD) is unknown color: approx Azalea. HEX triplet: FE, BB and BD. RGB value is (254,187,189). Sum of RGB (Red+Green+Blue) = 254+187+189=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBBD is #014442. Grayscale: #CFCFCF. Windows color (decimal): -83011 or 12434430. OLE color: 12434430.

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

Color convert

RGB254187189-
CMYK00.260.260.00
HSL358.21º97.1%86.47%-
HSV(B)358.21º26.38%99.61%-
XYZ67.8360.2956.21-
YUV207.26117.7161.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 187 (73.44% from 255) = 29.68%
BLUE value IS 189 (74.22% from 255) = 30%
R=40.32%
G=29.68%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418718900.260.260.00358.2197.186.47
HexFEBBBD01A1A01666156
Octal376273275032320546141126
Binary11111110101110111011110101101011010010110011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBBD; }

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

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

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

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

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

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

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

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