#FFBABF

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

Shades of Light Pink #FFBABF

Tints of Light Pink #FFBABF

Color information

#FFBABF (or 0xFFBABF) is unknown color: approx Light Pink. HEX triplet: FF, BA and BF. RGB value is (255,186,191). Sum of RGB (Red+Green+Blue) = 255+186+191=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBABF is #004540. Grayscale: #CFCFCF. Windows color (decimal): -17729 or 12565247. OLE color: 12565247.

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

Color convert

RGB255186191-
CMYK00.270.250
HSL355.65º100%86.47%-
HSV(B)355.65º27.06%100%-
XYZ68.260.1457.3-
YUV207.2118.86162.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 191 (75% from 255) = 30.22%
R=40.35%
G=29.43%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518619100.270.250355.6510086.47
HexFFBABF01B1901646456
Octal377272277033310544144126
Binary11111111101110101011111101101111001010110010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBABF; }

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

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

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

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

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

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

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

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