#FFBABB

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

Shades of Azalea #FFBABB

Tints of Azalea #FFBABB

Color information

#FFBABB (or 0xFFBABB) is unknown color: approx Azalea. HEX triplet: FF, BA and BB. RGB value is (255,186,187). Sum of RGB (Red+Green+Blue) = 255+186+187=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBABB is #004544. Grayscale: #CECECE. Windows color (decimal): -17733 or 12303103. OLE color: 12303103.

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

Color convert

RGB255186187-
CMYK00.270.270
HSL359.13º100%86.47%-
HSV(B)359.13º27.06%100%-
XYZ67.7759.9755.02-
YUV206.74116.86162.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 187 (73.44% from 255) = 29.78%
R=40.61%
G=29.62%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518618700.270.270359.1310086.47
HexFFBABB01B1B01676456
Octal377272273033330547144126
Binary11111111101110101011101101101111011010110011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBABB; }

 p { color: rgb(255,186,187); }

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

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

 a { background-color: rgb(255,186,187); }

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

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

 span { border-color: rgb(255,186,187); }

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