#FFBAC1

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

Shades of Light Pink #FFBAC1

Tints of Light Pink #FFBAC1

Color information

#FFBAC1 (or 0xFFBAC1) is unknown color: approx Light Pink. HEX triplet: FF, BA and C1. RGB value is (255,186,193). Sum of RGB (Red+Green+Blue) = 255+186+193=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC1 is #00453E. Grayscale: #CFCFCF. Windows color (decimal): -17727 or 12696319. OLE color: 12696319.

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

Color convert

RGB255186193-
CMYK00.270.240
HSL353.91º100%86.47%-
HSV(B)353.91º27.06%100%-
XYZ68.4260.2358.47-
YUV207.43119.86161.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 193 (75.78% from 255) = 30.44%
R=40.22%
G=29.34%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518619300.270.240353.9110086.47
HexFFBAC101B1801626456
Octal377272301033300542144126
Binary11111111101110101100000101101111000010110001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAC1; }

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

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

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

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

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

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

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

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