#FFBAC6

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

Shades of Light Pink #FFBAC6

Tints of Light Pink #FFBAC6

Color information

#FFBAC6 (or 0xFFBAC6) is unknown color: approx Light Pink. HEX triplet: FF, BA and C6. RGB value is (255,186,198). Sum of RGB (Red+Green+Blue) = 255+186+198=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC6 is #004539. Grayscale: #D0D0D0. Windows color (decimal): -17722 or 13023999. OLE color: 13023999.

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

Color convert

RGB255186198-
CMYK00.270.220
HSL349.57º100%86.47%-
HSV(B)349.57º27.06%100%-
XYZ68.9960.4661.46-
YUV208122.36161.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 198 (77.73% from 255) = 30.99%
R=39.91%
G=29.11%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518619800.270.220349.5710086.47
HexFFBAC601B16015e6456
Octal377272306033260536144126
Binary11111111101110101100011001101110110010101111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAC6; }

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

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

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

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

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

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

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

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