#FFBAC3

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

Shades of Light Pink #FFBAC3

Tints of Light Pink #FFBAC3

Color information

#FFBAC3 (or 0xFFBAC3) is unknown color: approx Light Pink. HEX triplet: FF, BA and C3. RGB value is (255,186,195). Sum of RGB (Red+Green+Blue) = 255+186+195=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC3 is #00453C. Grayscale: #CFCFCF. Windows color (decimal): -17725 or 12827391. OLE color: 12827391.

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

Color convert

RGB255186195-
CMYK00.270.240
HSL352.17º100%86.47%-
HSV(B)352.17º27.06%100%-
XYZ68.6560.3259.65-
YUV207.66120.86161.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 195 (76.56% from 255) = 30.66%
R=40.09%
G=29.25%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518619500.270.240352.1710086.47
HexFFBAC301B1801606456
Octal377272303033300540144126
Binary11111111101110101100001101101111000010110000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAC3; }

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

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

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

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

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

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

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

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