#FFBABA

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

Shades of Your Pink #FFBABA

Tints of Your Pink #FFBABA

Color information

#FFBABA (or 0xFFBABA) is unknown color: approx Your Pink. HEX triplet: FF, BA and BA. RGB value is (255,186,186). Sum of RGB (Red+Green+Blue) = 255+186+186=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBABA is #004545. Grayscale: #CECECE. Windows color (decimal): -17734 or 12237567. OLE color: 12237567.

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

Color convert

RGB255186186-
CMYK00.270.270
HSL100%86.47%-
HSV(B)27.06%100%-
XYZ67.6659.9254.45-
YUV206.63116.36162.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=40.67%
G=29.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518618600.270.270010086.47
HexFFBABA01B1B006456
Octal3772722720333300144126
Binary111111111011101010111010011011110110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBABA; }

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

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

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

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

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

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

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

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