#FFBAC5

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

Shades of Light Pink #FFBAC5

Tints of Light Pink #FFBAC5

Color information

#FFBAC5 (or 0xFFBAC5) is unknown color: approx Light Pink. HEX triplet: FF, BA and C5. RGB value is (255,186,197). Sum of RGB (Red+Green+Blue) = 255+186+197=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC5 is #00453A. Grayscale: #CFCFCF. Windows color (decimal): -17723 or 12958463. OLE color: 12958463.

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

Color convert

RGB255186197-
CMYK00.270.230
HSL350.43º100%86.47%-
HSV(B)350.43º27.06%100%-
XYZ68.8860.4160.85-
YUV207.88121.86161.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 197 (77.34% from 255) = 30.88%
R=39.97%
G=29.15%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518619700.270.230350.4310086.47
HexFFBAC501B17015e6456
Octal377272305033270536144126
Binary11111111101110101100010101101110111010101111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAC5; }

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

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

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

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

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

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

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

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