#FBBEBF

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

Shades of Azalea #FBBEBF

Tints of Azalea #FBBEBF

Color information

#FBBEBF (or 0xFBBEBF) is unknown color: approx Azalea. HEX triplet: FB, BE and BF. RGB value is (251,190,191). Sum of RGB (Red+Green+Blue) = 251+190+191=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEBF is #044140. Grayscale: #D0D0D0. Windows color (decimal): -278849 or 12566267. OLE color: 12566267.

HSL color Cylindrical-coordinate representation of color #FBBEBF: hue angle of 359.02º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEBF is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251190191-
CMYK00.240.240.02
HSL359.02º88.41%86.47%-
HSV(B)359.02º24.3%98.43%-
XYZ67.661.157.52-
YUV208.35118.21158.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 191 (75% from 255) = 30.22%
R=39.72%
G=30.06%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119019100.240.240.02359.0288.4186.47
HexFBBEBF0181821675856
Octal373276277030302547130126
Binary111110111011111010111111011000110001010110011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEBF; }

 p { color: rgb(251,190,191); }

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

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

 a { background-color: rgb(251,190,191); }

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

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

 span { border-color: rgb(251,190,191); }

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