#FBBEC0

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

Shades of Azalea #FBBEC0

Tints of Azalea #FBBEC0

Color information

#FBBEC0 (or 0xFBBEC0) is unknown color: approx Azalea. HEX triplet: FB, BE and C0. RGB value is (251,190,192). Sum of RGB (Red+Green+Blue) = 251+190+192=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEC0 is #04413F. Grayscale: #D0D0D0. Windows color (decimal): -278848 or 12631803. OLE color: 12631803.

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

Color convert

RGB251190192-
CMYK00.240.240.02
HSL358.03º88.41%86.47%-
HSV(B)358.03º24.3%98.43%-
XYZ67.7161.1458.1-
YUV208.47118.71158.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=39.65%
G=30.02%
B=30.33%

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
Decimal25119019200.240.240.02358.0388.4186.47
HexFBBEC00181821665856
Octal373276300030302546130126
Binary111110111011111011000000011000110001010110011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEC0; }

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

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

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

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

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

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

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

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