#FFBAC8

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

Shades of Pink #FFBAC8

Tints of Pink #FFBAC8

Color information

#FFBAC8 (or 0xFFBAC8) is unknown color: approx Pink. HEX triplet: FF, BA and C8. RGB value is (255,186,200). Sum of RGB (Red+Green+Blue) = 255+186+200=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC8 is #004537. Grayscale: #D0D0D0. Windows color (decimal): -17720 or 13155071. OLE color: 13155071.

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

Color convert

RGB255186200-
CMYK00.270.220
HSL347.83º100%86.47%-
HSV(B)347.83º27.06%100%-
XYZ69.2260.5562.68-
YUV208.23123.36161.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 200 (78.52% from 255) = 31.20%
R=39.78%
G=29.02%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518620000.270.220347.8310086.47
HexFFBAC801B16015c6456
Octal377272310033260534144126
Binary11111111101110101100100001101110110010101110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAC8; }

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

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

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

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

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

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

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

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